diff --git a/build.gradle b/build.gradle index 85714c32f..e8ce26369 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ dependencies { testImplementation 'org.codehaus.groovy:groovy-json:3.0.24' testImplementation 'com.google.code.gson:gson:2.12.1' testImplementation 'org.eclipse.jetty:jetty-server:11.0.24' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3' testImplementation 'org.awaitility:awaitility-groovy:4.2.0' testImplementation 'com.github.javafaker:javafaker:1.0.2'