From fa4f034187afe0af80943fdd8235c4fae0f3da3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:03:45 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:testcontainers-bom 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] --- lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index acb72f6..33953c8 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { testImplementation("org.mockito:mockito-core:5.8.0") // Integration and Performance Testing - testImplementation(platform("org.testcontainers:testcontainers-bom:1.21.3")) + testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.3")) testImplementation("org.testcontainers:junit-jupiter") testImplementation("org.testcontainers:postgresql") // For general container support testImplementation("org.awaitility:awaitility:4.3.0")