Skip to content

Commit

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

Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16
  • Loading branch information
chadlwilson committed Aug 17, 2024
2 parents 4c490b1 + 3e52a60 commit 3a37a1c
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:24.3.0',
awsSdk : 'com.amazonaws:aws-java-sdk:1.12.769',
slf4j : 'org.slf4j:slf4j-api:2.0.15',
slf4j : 'org.slf4j:slf4j-api:2.0.16',
]

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

0 comments on commit 3a37a1c

Please sign in to comment.