Skip to content

Commit c6231d7

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

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
@@ -98,7 +98,7 @@ dependencies {
9898
// googleJavaFormat
9999
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.28.0'
100100
// gson
101-
gsonCompileOnly 'com.google.code.gson:gson:2.13.1'
101+
gsonCompileOnly 'com.google.code.gson:gson:2.13.2'
102102
// jackson
103103
String VER_JACKSON='2.20.0'
104104
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"

0 commit comments

Comments
 (0)