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 7bbe908 commit cb88914Copy full SHA for cb88914
lib/build.gradle
@@ -95,7 +95,7 @@ dependencies {
95
// googleJavaFormat
96
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.22.0'
97
// gson
98
- gsonCompileOnly 'com.google.code.gson:gson:2.10.1'
+ gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
99
// jackson
100
String VER_JACKSON='2.17.1'
101
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
0 commit comments