From 5ec1a7e2d56d4cd42fc3d9f476696d2b096f9d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:04:25 +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.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-bom dependency-version: 2.0.2 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 47b25ca..3c4c7cf 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.2")) testImplementation("org.testcontainers:junit-jupiter") testImplementation("org.testcontainers:postgresql") // For general container support testImplementation("org.awaitility:awaitility:4.3.0")