diff --git a/build.gradle b/build.gradle index 8cbf1f615d..55f2c0f4be 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ dependencies { testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0' testImplementation 'org.codehaus.groovy:groovy:3.0.23' testImplementation 'org.codehaus.groovy:groovy-json:3.0.23' - testImplementation 'com.google.code.gson:gson:2.11.0' + 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 'org.awaitility:awaitility-groovy:4.2.0'