Skip to content

Commit 6a7a47e

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.2
1 parent b9ec928 commit 6a7a47e

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
@@ -39,7 +39,7 @@ information {
3939

4040
dependencies {
4141
implementation("com.squareup.okhttp3:okhttp:5.1.0")
42-
implementation("com.google.code.gson:gson:2.13.1")
42+
implementation("com.google.code.gson:gson:2.13.2")
4343
}
4444

4545
java.toolchain.languageVersion.set(JavaLanguageVersion.of(21))

0 commit comments

Comments
 (0)