From d03e6c6b95dc92203e1993dbf210c1165ff6f052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:38:45 +0000 Subject: [PATCH] Bump com.mysql:mysql-connector-j from 8.4.0 to 9.1.0 Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.4.0 to 9.1.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.4.0...9.1.0) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa2844e..3d43380 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation ('net.dv8tion:JDA:5.0.0-beta.21') shadow group: 'com.thegamecommunity', name:'brigadier', version: 'TGC-1.3.0.0' implementation group: 'com.thegamecommunity', name:'brigadier', version: 'TGC-1.3.0.0' - shadow group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0' + shadow group: 'com.mysql', name: 'mysql-connector-j', version: '9.1.0' shadow group: 'org.eclipse.jdt', name: 'org.eclipse.jdt.annotation', version: '2.3.0' shadow group: 'com.thegamecommunity', name:'excite', version: '0.4.0.0' implementation group: 'com.thegamecommunity', name:'excite', version: '0.4.0.0'