diff --git a/build.gradle b/build.gradle index 37c7579b..56d2cb0b 100644 --- a/build.gradle +++ b/build.gradle @@ -63,10 +63,10 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'com.squareup.okio:okio:3.7.0' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind - compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0' + compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.1' // Lombok compileOnly 'org.projectlombok:lombok:1.18.30'