From 462ec31097a3b8199b4811e6e41928e82df35c98 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 04:23:07 +0000 Subject: [PATCH] Bump gson from 2.8.0 to 2.8.6 Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.6. - [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.6) Signed-off-by: dependabot-preview[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..3364f0585 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.6' } shadowJar {