diff --git a/build.gradle b/build.gradle index 5827022e71..97312894f6 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ dependencies { testImplementation 'org.codehaus.groovy:groovy-json:3.0.23' testImplementation 'com.google.code.gson:gson:2.11.0' testImplementation 'org.eclipse.jetty:jetty-server:11.0.24' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' testImplementation 'org.awaitility:awaitility-groovy:4.2.0' testImplementation 'com.github.javafaker:javafaker:1.0.2'