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.
2 parents 46e7b4a + 63ff7d4 commit 2b5bddaCopy full SHA for 2b5bdda
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.17.0"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"
45
46
testImplementation 'com.auth0:java-jwt:4.4.0'
47
testImplementation 'commons-io:commons-io:2.16.0'
0 commit comments