From 394f0c81ce9e636681ff3eefe028bd601750ab64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 21 Mar 2019 06:18:04 +0000 Subject: [PATCH] Bump gson from 2.8.0 to 2.8.5 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](https://github.com/google/gson/compare/gson-parent-2.8.0...gson-parent-2.8.5) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4961395..f47bacf 100644 --- a/build.gradle +++ b/build.gradle @@ -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'