diff --git a/build.gradle b/build.gradle index 4833104..396431a 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { annotationProcessor "org.projectlombok:lombok:$lombokVersion" implementation platform("com.squareup.okhttp3:okhttp-bom:5.3.2") implementation "com.squareup.okhttp3:okhttp" - implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1" + implementation "com.fasterxml.jackson.core:jackson-databind:2.21.1" testImplementation 'com.auth0:java-jwt:4.5.0' testImplementation 'commons-io:commons-io:2.21.0'