From dc0c3235c27c6f7b2a25fc571c0edd2f8b607387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:06:56 +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 ffb8901824a..405d1b96845 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { // Use JUnit test framework testImplementation 'junit:junit:4.13.1' - api 'com.google.code.gson:gson:2.8.6' + api 'com.google.code.gson:gson:2.10' implementation 'com.squareup.okhttp3:okhttp:3.12.1'