diff --git a/build.gradle.kts b/build.gradle.kts index e348e20..9fc2721 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { testImplementation(platform("org.junit:junit-bom:5.10.0")) testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") testImplementation("io.rest-assured:rest-assured:5.5.6") testImplementation("org.assertj:assertj-core:3.27.6") testImplementation("org.awaitility:awaitility:4.3.0")