Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit e364517

Browse files
Bump gson from 2.10 to 2.10.1 (#80)
Bumps [gson](https://github.com/google/gson) from 2.10 to 2.10.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.10...gson-parent-2.10.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a678a93 commit e364517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ dependencies {
198198
implementation("androidx.compose.runtime:runtime-livedata:1.4.0-alpha04")
199199

200200
// Gson
201-
implementation("com.google.code.gson:gson:2.10")
201+
implementation("com.google.code.gson:gson:2.10.1")
202202

203203
// Timber
204204
implementation("com.jakewharton.timber:timber:5.0.1")

0 commit comments

Comments
 (0)