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 6f98e8a commit 0bea8deCopy full SHA for 0bea8de
build.gradle
@@ -14,7 +14,7 @@ repositories {
14
15
dependencies {
16
def autoValueVersion = "1.10.4"
17
- def jacksonVersion = "2.19.0"
+ def jacksonVersion = "2.19.1"
18
19
implementation "com.google.auto.value:auto-value-annotations:$autoValueVersion"
20
annotationProcessor "com.google.auto.value:auto-value:$autoValueVersion"
0 commit comments