We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b5172 commit 08fe239Copy full SHA for 08fe239
lib/build.gradle
@@ -96,7 +96,7 @@ dependencies {
96
// googleJavaFormat
97
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.24.0'
98
// gson
99
- gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
+ gsonCompileOnly 'com.google.code.gson:gson:2.13.1'
100
// jackson
101
String VER_JACKSON='2.18.1'
102
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
0 commit comments