Skip to content

Commit bdc3bec

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.2
1 parent 674948b commit bdc3bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/proguard-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
implementation("com.google.code.gson:gson:2.13.1")
15+
implementation("com.google.code.gson:gson:2.13.2")
1616
compileOnly("com.android.tools.build:gradle:8.7.3")
1717
}
1818

0 commit comments

Comments
 (0)