Skip to content

Commit

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

Bump com.google.code.gson:gson from 2.12.0 to 2.12.1
  • Loading branch information
chadlwilson authored Jan 31, 2025
2 parents e13f0c6 + 70e1d4d commit beb470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gocd-filebased-authentication-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {

dependencies {
compileOnly project.deps.gocdPluginApi
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
implementation project(':bcrypt')

testImplementation project.deps.gocdPluginApi
Expand Down

0 comments on commit beb470a

Please sign in to comment.