Bump gson from 2.9.1 to 2.10 in /app

Bumps [gson](https://github.com/google/gson) from 2.9.1 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.9.1...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] <support@github.com>
pull/2483/head
dependabot[bot] 2 years ago committed by GitHub
parent d876fd414e
commit 29ca7deda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

@ -164,7 +164,7 @@ dependencies {
//google
implementation('com.google.android.material:material:1.7.0')
implementation('com.google.android.flexbox:flexbox:3.0.0')
implementation('com.google.code.gson:gson:2.9.1')
implementation('com.google.code.gson:gson:2.10')
//lifecycle
def lifecycle_version = '2.5.1'

Loading…
Cancel
Save