Skip to content

Commit 715696e

Browse files
committed
chore(deps): update dependency com.google.code.gson:gson to v2.11.0
1 parent f330f45 commit 715696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747

4848
implementation("com.squareup.okhttp3:okhttp:4.12.0")
4949
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
50-
implementation("com.google.code.gson:gson:2.10.1")
50+
implementation("com.google.code.gson:gson:2.11.0")
5151
}
5252

5353
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)