Skip to content

Commit

Permalink
fix(deps): update dependency com.google.code.gson:gson to v2.12.1 (#828)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 422cff1 commit e6d9a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ google-accompanist-pager-indicators = { module = "com.google.accompanist:accompa
google-accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version = "0.36.0" }
google-accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version = "0.37.0" }

google-gson = { module = "com.google.code.gson:gson", version = "2.11.0" }
google-gson = { module = "com.google.code.gson:gson", version = "2.12.1" }

google-firebase-core = { module = "com.google.firebase:firebase-core", version = "21.1.1" }
google-firebase-analytics-ktx = { module = "com.google.firebase:firebase-analytics-ktx", version = "22.2.0" }
Expand Down

0 comments on commit e6d9a77

Please sign in to comment.