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 319804b commit b283e23Copy full SHA for b283e23
build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
43
implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0")
44
implementation "com.squareup.okhttp3:okhttp"
45
- implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
46
47
testImplementation 'com.auth0:java-jwt:4.4.0'
48
testImplementation 'commons-io:commons-io:2.16.1'
0 commit comments