diff --git a/service/build.gradle b/service/build.gradle index 47e290a..615bab7 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -54,7 +54,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.4" testImplementation "org.apache.commons:commons-compress:1.28.0" testImplementation "org.springframework.cloud:spring-cloud-gateway-server:4.3.2" }