Skip to content

Commit

Permalink
Merge pull request #1016 from gocd/dependabot/gradle/org.slf4j-slf4j-…
Browse files Browse the repository at this point in the history
…api-2.0.11

Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11
  • Loading branch information
chadlwilson authored Jan 13, 2024
2 parents 9c52d51 + ce5ed14 commit a357c97
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 @@ -53,7 +53,7 @@ ext {
deps = [
gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.5.0',
awsSdk : 'com.amazonaws:aws-java-sdk:1.12.631',
slf4j : 'org.slf4j:slf4j-api:2.0.10',
slf4j : 'org.slf4j:slf4j-api:2.0.11',
]

versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
Expand Down

0 comments on commit a357c97

Please sign in to comment.