From 1a9b122f6e474a7d1ae4486204f398bde981aa96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:01:50 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.3 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.3. - [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.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- internal-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-bom/build.gradle.kts b/internal-bom/build.gradle.kts index 59dddbc..7e2e116 100644 --- a/internal-bom/build.gradle.kts +++ b/internal-bom/build.gradle.kts @@ -11,7 +11,7 @@ javaPlatform { dependencies { api(platform("org.junit:junit-bom:6.0.1")) - api(platform("org.testcontainers:testcontainers-bom:1.21.3")) + api(platform("org.testcontainers:testcontainers-bom:2.0.3")) api(platform("io.github.mfvanek:pg-index-health-bom:0.30.2")) api(platform("org.mockito:mockito-bom:5.21.0")) api(platform("org.assertj:assertj-bom:3.27.6"))