From 2ec1222bd56c6bb7e5efbbfdc5d077ff75cf1eee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 07:30:22 +0100 Subject: [PATCH] Bump gson from 2.8.5 to 2.8.6 (#1419) Bumps [gson](https://github.com/google/gson) from 2.8.5 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.5...gson-parent-2.8.6) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7aea6bee..44e3ad79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation 'eu.chainfire:libsuperuser:1.1.0.201907261845' implementation 'com.android.support:design:28.0.0' implementation 'com.google.zxing:android-integration:3.3.0' - implementation 'com.google.code.gson:gson:2.8.5' + implementation 'com.google.code.gson:gson:2.8.6' implementation 'org.mindrot:jbcrypt:0.4' implementation 'com.google.guava:guava:28.1-android' implementation 'com.annimon:stream:1.2.1'