[Android]: Bump gson from 2.8.8 to 2.8.9

Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.8.9.
- [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.8...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-15 07:26:10 +00:00
committed by GitHub
parent 5fa3f1dac3
commit f852d54317
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ dependencies {
// jetpack compose
implementation 'androidx.compose.ui:ui:1.0.5'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'androidx.compose.ui:ui-tooling:1.0.5'

View File

@@ -66,7 +66,7 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:2.7.0"
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'com.google.code.gson:gson:2.8.9'
}