Bump gson from 2.8.7 to 2.8.8

Bumps [gson](https://github.com/google/gson) from 2.8.7 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.7...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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-23 17:12:23 +00:00 committed by Niedermann IT-Dienstleistungen
parent 07f7e866c4
commit b1847e968c

View file

@ -109,7 +109,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.6.4'
// Gson
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.8.8'
// ReactiveX
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'