diff --git a/service/build.gradle b/service/build.gradle index f063d4e5a6..556e236cce 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -78,8 +78,8 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation "org.assertj:assertj-core:3.27.5" testImplementation 'org.apache.commons:commons-compress:1.28.0' - testImplementation 'org.testcontainers:testcontainers:1.21.3' - testImplementation 'org.testcontainers:junit-jupiter:1.21.3' + testImplementation 'org.testcontainers:testcontainers:2.0.1' + testImplementation 'org.testcontainers:junit-jupiter:2.0.1' testImplementation 'org.awaitility:awaitility:4.3.0' testImplementation 'org.wiremock:wiremock-standalone:3.13.1' testImplementation 'com.squareup.okhttp3:okhttp:5.1.0'