Skip to content

Commit

Permalink
Merge pull request #964 from gocd/dependabot/gradle/org.slf4j-slf4j-a…
Browse files Browse the repository at this point in the history
…pi-2.0.9

Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9
  • Loading branch information
chadlwilson committed Sep 9, 2023
2 parents a625ac3 + 14f2a6a commit 38c6d0b
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 @@ -57,7 +57,7 @@ ext {
deps = [
gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.3.0',
awsSdk : 'com.amazonaws:aws-java-sdk:1.12.542',
slf4j : 'org.slf4j:slf4j-api:2.0.7',
slf4j : 'org.slf4j:slf4j-api:2.0.9',
]

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

0 comments on commit 38c6d0b

Please sign in to comment.