From 26a564c04733c7bfeba5cac6c46c7f5929ac33a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:26:00 +0000 Subject: [PATCH] Bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0 Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.3.0 to 8.4.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.3.0...8.4.0) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j 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 0171ab4..1350a59 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation group: 'org.liquibase', name: 'liquibase-core', version: '3.10.3' implementation group: 'net.sf', name: 'dbdeploy', version: '2.11.1' - implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.3.0' + implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0' implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'