From 1bb4076371354b3f128609208e59192541435f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 10:19:35 +0000 Subject: [PATCH] Bump com.mysql:mysql-connector-j from 9.7.0 to 26.7.0 in /Plan 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] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 38bda220ed..659bd7d1d9 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -70,7 +70,7 @@ subprojects { caffeineVersion = "3.2.4" jetbrainsAnnotationsVersion = "26.1.0" jettyVersion = "11.0.26" - mysqlVersion = "9.7.0" + mysqlVersion = "26.7.0" mariadbVersion = "3.5.10" sqliteVersion = "3.42.0.1" adventureVersion = "4.24.0"