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 6913376 commit 67629f0Copy full SHA for 67629f0
build.gradle
@@ -14,7 +14,7 @@ repositories {
14
15
dependencies {
16
def autoValueVersion = "1.10.4"
17
- def jacksonVersion = "2.18.1"
+ def jacksonVersion = "2.18.2"
18
19
implementation "com.google.auto.value:auto-value-annotations:$autoValueVersion"
20
annotationProcessor "com.google.auto.value:auto-value:$autoValueVersion"
0 commit comments