Skip to content

Commit

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

Bump jcl-over-slf4j from 1.7.35 to 1.7.36
  • Loading branch information
chadlwilson authored Feb 11, 2022
2 parents 1e8b607 + fb394e7 commit def3c6c
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 @@ -73,7 +73,7 @@ dependencies {
replacedBy('org.slf4j:jcl-over-slf4j', "Everything should go via SLF4J")
}
}
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.35'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.36'

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

0 comments on commit def3c6c

Please sign in to comment.