Skip to content

Commit

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

Bump gson from 2.9.0 to 2.9.1
  • Loading branch information
chadlwilson authored Aug 5, 2022
2 parents 74fb189 + dd80816 commit 80ddcb4
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 @@ -59,7 +59,7 @@ configurations.all {

dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.307'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'

Expand Down

0 comments on commit 80ddcb4

Please sign in to comment.