Skip to content

Commit

Permalink
Merge pull request #320 from gocd-contrib/dependabot/gradle/com.googl…
Browse files Browse the repository at this point in the history
…e.code.gson-gson-2.12.1

Bump com.google.code.gson:gson from 2.11.0 to 2.12.1
  • Loading branch information
chadlwilson authored Jan 31, 2025
2 parents f2975ae + 76e5d2e commit ce3bc45
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 @@ -62,7 +62,7 @@ ext {

dependencies {
compileOnly project.deps.gocdPluginApi
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
implementation group: 'com.spotify', name: 'docker-client', version: '8.16.0'
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'

Expand Down

0 comments on commit ce3bc45

Please sign in to comment.