diff --git a/e2e-tests/build.gradle b/e2e-tests/build.gradle index ba8bb2d28..cbeeb6db8 100644 --- a/e2e-tests/build.gradle +++ b/e2e-tests/build.gradle @@ -17,7 +17,7 @@ dependencies { testImplementation(platform('org.junit:junit-bom:6.1.3')) testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.22.2' testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.1' testImplementation 'commons-io:commons-io:2.22.0' testImplementation 'org.awaitility:awaitility:4.3.0'