From 0fb53f342f081b8ac9b7a78799f37c5eb7f1259c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:13:16 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.21.3 to 2.0.5 in /service Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.5. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.3...2.0.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle b/service/build.gradle index 4d5302e..8cfc5c4 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.5" testImplementation "org.apache.commons:commons-compress:1.28.0" testImplementation "org.springframework.cloud:spring-cloud-gateway-server:4.3.2" }