Skip to content

Commit

Permalink
Merge pull request #174 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 Feb 1, 2025
2 parents d1518ca + 96984a9 commit 6f8d059
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 @@ -68,7 +68,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 project.deps.openstack4j
implementation group: 'com.github.openstack4j.core.connectors', name: 'openstack4j-httpclient', version: project.versions.openstack4j

Expand Down

0 comments on commit 6f8d059

Please sign in to comment.