Skip to content

Commit

Permalink
Merge pull request #16 from gocd/dependabot/gradle/org.slf4j-jcl-over…
Browse files Browse the repository at this point in the history
…-slf4j-1.7.35

Bump jcl-over-slf4j from 1.7.25 to 1.7.35
  • Loading branch information
chadlwilson authored Feb 6, 2022
2 parents 6e75583 + 0dfd2db commit fb8d5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation group: 'com.amazonaws', name: 'aws-java-sdk-ecs', version: '1.11.454'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-ec2', version: '1.11.454'
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.28'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.35'

testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.2.0'
Expand Down

0 comments on commit fb8d5b3

Please sign in to comment.