We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662da8c commit 24edc79Copy full SHA for 24edc79
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.12.0'
99
// jackson
100
String VER_JACKSON='2.18.1'
101
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
0 commit comments