From 1dbe773244af86039c1bc21c36a8b028034f763c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 07:23:11 +0000 Subject: [PATCH] [Android]: Bump gson from 2.8.9 to 2.9.0 Bumps [gson](https://github.com/google/gson) from 2.8.9 to 2.9.0. - [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.9...gson-parent-2.9.0) --- 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 +- common/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index af340d61..06f29fcd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,7 +140,7 @@ dependencies { // jetpack compose implementation 'androidx.compose.ui:ui:1.1.0' - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.9.0' implementation 'androidx.compose.ui:ui-tooling:1.1.0' diff --git a/common/build.gradle b/common/build.gradle index 415b743d..aa456943 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -66,7 +66,7 @@ dependencies { implementation "androidx.work:work-runtime-ktx:2.7.1" - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.9.0' implementation "androidx.datastore:datastore-preferences:1.0.0"