We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b35666 commit 49c73b0Copy full SHA for 49c73b0
lib/build.gradle
@@ -95,7 +95,7 @@ dependencies {
95
// googleJavaFormat
96
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.24.0'
97
// gson
98
- gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
+ gsonCompileOnly 'com.google.code.gson:gson:2.13.0'
99
// jackson
100
String VER_JACKSON='2.18.1'
101
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
0 commit comments