From 9acf79f419aad88617df39c6aacba4cdfe3770a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:09:02 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.21.3 to 2.0.2 in /service Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.2. - [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.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.2 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 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" }