From f0dd0d2980221c24ef01df7ff25dee40953e5c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:29:13 +0000 Subject: [PATCH] Bump com.mysql:mysql-connector-j from 8.1.0 to 8.2.0 Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.1.0 to 8.2.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.1.0...8.2.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 e76cefb..6cf0043 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.1.0' + implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.2.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.6.0'