diff --git a/service/build.gradle b/service/build.gradle index aa3d6eb2..8c376e6b 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation "com.jayway.jsonpath:json-path:2.9.0" testImplementation "com.github.tomakehurst:wiremock-standalone:3.0.1" testImplementation "org.assertj:assertj-core:3.27.6" - testImplementation "org.testcontainers:testcontainers:1.21.3" + testImplementation "org.testcontainers:testcontainers:2.0.2" testImplementation "org.apache.commons:commons-compress:1.28.0" testImplementation "org.springframework.cloud:spring-cloud-gateway-server:4.3.2" }