Skip to content

Commit

Permalink
chore(deps): bump com.google.code.gson:gson from 2.8.9 to 2.10.1 in /app
Browse files Browse the repository at this point in the history
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.10.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.8.9...gson-parent-2.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 9c049ec commit 49ee797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation 'androidx.test.uiautomator:uiautomator:2.2.0'
implementation 'androidx.test:core:1.4.0'
implementation 'androidx.test:runner:1.4.0'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.google.code.gson:gson:2.10.1'
//noinspection GradleDependency
implementation 'commons-io:commons-io:2.6'
implementation 'io.netty:netty-all:4.0.41.Final'
Expand Down

0 comments on commit 49ee797

Please sign in to comment.