From b9334541e0116d4fd91a84c605ae92220fac792e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 22:15:33 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5bd8d37..0b540f9 100644 --- a/build.gradle +++ b/build.gradle @@ -28,5 +28,5 @@ dependencies { testImplementation 'junit:junit:4.12' // Gson for parsing nested json - implementation 'com.google.code.gson:gson:2.8.6' + implementation 'com.google.code.gson:gson:2.10' }