Skip to content

Commit 955f345

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.0 (#1151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a282927 commit 955f345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ dependencies {
6161

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

64-
implementation("com.google.code.gson:gson:2.12.1")
64+
implementation("com.google.code.gson:gson:2.13.0")
6565

66-
api("com.google.code.gson:gson:2.12.1")
66+
api("com.google.code.gson:gson:2.13.0")
6767

6868
api("androidx.datastore:datastore-preferences:1.1.4")
6969
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")

0 commit comments

Comments
 (0)