From 8e493a35b47d9f378c6c0cb6bbdd46e606bff8c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 5 Jun 2019 11:16:50 +0200 Subject: [PATCH] Bump gson from 2.8.2 to 2.8.5 (#1337) Bumps [gson](https://github.com/google/gson) from 2.8.2 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.2...gson-parent-2.8.5) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bbdb95bb..7e8d9855 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation 'eu.chainfire:libsuperuser:1.0.0.201704021214' implementation 'com.android.support:design:27.0.2' implementation 'com.google.zxing:android-integration:3.3.0' - implementation 'com.google.code.gson:gson:2.8.2' + implementation 'com.google.code.gson:gson:2.8.5' implementation 'org.mindrot:jbcrypt:0.4' implementation 'com.google.guava:guava:23.6-android' implementation 'com.annimon:stream:1.1.9'