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 c0d5345 commit 11b1b6bCopy full SHA for 11b1b6b
build.gradle
@@ -41,7 +41,7 @@ dependencies {
41
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
42
implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0")
43
implementation "com.squareup.okhttp3:okhttp"
44
- implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.16.0"
45
46
testImplementation 'com.auth0:java-jwt:4.4.0'
47
testImplementation 'commons-io:commons-io:2.15.0'
0 commit comments