From 159ee3650d366a2ca8d4e3c656bc0dfafa2e5b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 19:24:25 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.20.4 to 2.0.3 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.20.4 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.20.4...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] --- instrumentation/jdbc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/jdbc/build.gradle.kts b/instrumentation/jdbc/build.gradle.kts index 22ec35b0..cc89d45d 100644 --- a/instrumentation/jdbc/build.gradle.kts +++ b/instrumentation/jdbc/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { testImplementation(project(":instrumentation:jdbc")) testImplementation(project(":instrumentation:instrumentation-shared")) - testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.4")) + testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.3")) testImplementation("org.testcontainers:mysql") testImplementation("org.testcontainers:junit-jupiter")