From a769a79ee388ec02407e408b91c39d11fff52129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 22:09:56 +0000 Subject: [PATCH] Bump gson from 2.8.6 to 2.8.8 Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.8. - [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.8.8) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... 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..26956a2 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.8.8' }