diff --git a/build.gradle b/build.gradle index ce8b6bcf..a97836ff 100644 --- a/build.gradle +++ b/build.gradle @@ -63,10 +63,10 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'com.squareup.okio:okio:3.9.1' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind - compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2' + compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.0' // Lombok compileOnly 'org.projectlombok:lombok:1.18.34'