Skip to content

Commit 08fe239

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.1
1 parent a8b5172 commit 08fe239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
// googleJavaFormat
9797
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.24.0'
9898
// gson
99-
gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
99+
gsonCompileOnly 'com.google.code.gson:gson:2.13.1'
100100
// jackson
101101
String VER_JACKSON='2.18.1'
102102
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"

0 commit comments

Comments
 (0)