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