From 7d671335bd81638f50aa6920916c67f854674487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 30 Nov 2018 09:11:35 +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] --- launcher-builder/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher-builder/build.gradle b/launcher-builder/build.gradle index f2eff2274..202ad1e3a 100644 --- a/launcher-builder/build.gradle +++ b/launcher-builder/build.gradle @@ -11,7 +11,7 @@ dependencies { compile 'org.tukaani:xz:1.0' compile 'org.apache.commons:commons-compress:1.9' compile 'commons-io:commons-io:2.5' - compile 'com.google.code.gson:gson:2.8.0' + compile 'com.google.code.gson:gson:2.8.5' } shadowJar {