Skip to content

Commit

Permalink
fix(deps): update dependency com.google.code.gson:gson to v2.12.1 (#1067
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 1, 2025
1 parent 1eb177d commit 674c7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ dependencies {

api("com.google.android.material:material:1.12.0")

implementation("com.google.code.gson:gson:2.11.0")
implementation("com.google.code.gson:gson:2.12.1")

api("com.google.code.gson:gson:2.11.0")
api("com.google.code.gson:gson:2.12.1")

api("androidx.datastore:datastore-preferences:1.1.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
Expand Down

0 comments on commit 674c7fd

Please sign in to comment.