Skip to content

Commit

Permalink
Bump gson from 2.8.0 to 2.8.5
Browse files Browse the repository at this point in the history
Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.5.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.8.0...gson-parent-2.8.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and ketan committed Mar 25, 2019
1 parent 012a305 commit 394f0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -57,7 +57,7 @@ sourceSets {

dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.2.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'

testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '16.11.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
Expand Down

0 comments on commit 394f0c8

Please sign in to comment.