From 5ada0a1356881208d73246fb42dfefa01da45360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:53:20 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 2.0.4 to 2.0.5 Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 2.0.4 to 2.0.5. - [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/2.0.4...2.0.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- instrumentation/jdbc/javaagent/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/jdbc/javaagent/build.gradle.kts b/instrumentation/jdbc/javaagent/build.gradle.kts index 46e8e742..a4548293 100644 --- a/instrumentation/jdbc/javaagent/build.gradle.kts +++ b/instrumentation/jdbc/javaagent/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { testImplementation(project(":instrumentation:jdbc:javaagent")) testImplementation(project(":libs:config")) testImplementation(project(":instrumentation:instrumentation-shared")) - testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.4")) + testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.5")) testImplementation("org.testcontainers:testcontainers-mysql") testImplementation("org.testcontainers:testcontainers-junit-jupiter")