Skip to content

Commit

Permalink
Merge pull request #1066 from gocd/dependabot/gradle/com.google.code.…
Browse files Browse the repository at this point in the history
…gson-gson-2.11.0

Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
  • Loading branch information
chadlwilson committed May 25, 2024
2 parents 5f6aeae + 34ccae7 commit 295fb01
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 @@ -61,7 +61,7 @@ ext {

dependencies {
compileOnly project.deps.gocdPluginApi
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
implementation group: 'com.spotify', name: 'docker-client', version: '8.16.0'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-ecr', version: project.versions.awsSdk
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: project.versions.awsSdk
Expand Down

0 comments on commit 295fb01

Please sign in to comment.