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 d7b4854 commit 6198270Copy full SHA for 6198270
build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
19
implementation "com.google.auto.value:auto-value-annotations:$autoValueVersion"
20
annotationProcessor "com.google.auto.value:auto-value:$autoValueVersion"
21
- implementation 'com.google.guava:guava:33.3.1-jre'
+ implementation 'com.google.guava:guava:33.4.0-jre'
22
implementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
23
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
24
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion"
0 commit comments