Skip to content

Commit

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

Bump gson from 2.8.7 to 2.8.9
  • Loading branch information
chadlwilson committed Dec 24, 2021
2 parents e24e6a8 + 5edb14c commit edcbc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -65,7 +65,7 @@ dependencies {
compile group: 'cd.go.plugin.base', name: 'gocd-plugin-base', version: '0.0.1'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.2.0'
compile group: 'com.bettercloud', name: 'vault-java-driver', version: '5.1.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.7'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.9'

testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.2'
Expand Down

0 comments on commit edcbc95

Please sign in to comment.