From 6e57d9bfa26b9746bd026ae35bb0388b0c73c14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 19:53:35 +0000 Subject: [PATCH] Bump com.mysql:mysql-connector-j from 9.7.0 to 26.7.0 Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 9.7.0 to 26.7.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/9.7.0...26.7.0) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j dependency-version: 26.7.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 a4548293..e38943b8 100644 --- a/instrumentation/jdbc/javaagent/build.gradle.kts +++ b/instrumentation/jdbc/javaagent/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { testImplementation("org.testcontainers:testcontainers-mysql") testImplementation("org.testcontainers:testcontainers-junit-jupiter") - testImplementation("com.mysql:mysql-connector-j:9.7.0") + testImplementation("com.mysql:mysql-connector-j:26.7.0") } tasks.withType().configureEach {