From 4fe6ec0e161f90d99d8cabdfda502709c4b04c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 06:16:47 +0000 Subject: [PATCH] Bump com.mysql:mysql-connector-j from 9.3.0 to 9.6.0 Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 9.3.0 to 9.6.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/9.3.0...9.6.0) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 95b0e3e..8f59da1 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation("dev.triumphteam:triumph-gui:3.2.2") implementation("org.bstats:bstats-bukkit:3.1.0") - slim("com.mysql:mysql-connector-j:9.3.0") + slim("com.mysql:mysql-connector-j:9.6.0") slim("commons-io:commons-io:2.19.0") slim("com.github.TechnicallyCoded:FoliaLib:0.4.4") }