From 9fe27ca195e2e50df46387ef0a63195452f79142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 00:15:32 +0000 Subject: [PATCH] Bump mysql-connector-java from 5.1.24 to 8.0.28 Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.24 to 8.0.28. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.24...8.0.28) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- sharding-jdbc-test/pom.xml | 2 +- testCode/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0037ff6..73820ee 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ mysql mysql-connector-java - 5.1.24 + 8.0.28 runtime diff --git a/sharding-jdbc-test/pom.xml b/sharding-jdbc-test/pom.xml index 301c0d2..5b1c967 100644 --- a/sharding-jdbc-test/pom.xml +++ b/sharding-jdbc-test/pom.xml @@ -41,7 +41,7 @@ mysql mysql-connector-java - 5.1.44 + 8.0.28 diff --git a/testCode/pom.xml b/testCode/pom.xml index e14747a..03b6296 100644 --- a/testCode/pom.xml +++ b/testCode/pom.xml @@ -21,7 +21,7 @@ mysql mysql-connector-java - 5.1.47 + 8.0.28