From 0551ebf5f2bda012a2a4272cb64adaa598b8c462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 04:22:03 +0000 Subject: [PATCH] Bump gson from 2.8.6 to 2.10 Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.10. - [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.6...gson-parent-2.10) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ed15a59..f35d3b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.google.code.gson:gson:2.8.6' + implementation 'com.google.code.gson:gson:2.10' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' implementation 'com.pixplicity.easyprefs:library:1.9.0' implementation 'androidx.appcompat:appcompat:1.2.0'