Skip to content

Commit

Permalink
Merge pull request #60 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 authored Feb 3, 2022
2 parents bdb196d + 91a6cca commit e362ae0
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 @@ -69,7 +69,7 @@ configurations {

dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.7'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.5'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
Expand Down

0 comments on commit e362ae0

Please sign in to comment.