Skip to content

Commit a941daf

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

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.13.0")
64+
implementation("com.google.code.gson:gson:2.13.1")
6565

66-
api("com.google.code.gson:gson:2.13.0")
66+
api("com.google.code.gson:gson:2.13.1")
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)