diff --git a/build.gradle b/build.gradle index ee473fc..7470d82 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.12.0' // JSON Processing - implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0' // Testing testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'