From 2e3421e1e956e2e8ba0083fc4c241527b14e031e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 10:17:57 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers from 1.21.3 to 2.0.4 in /service Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.4. - [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.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.4 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 47e290ab..615bab7a 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" }