From bebb92a0c406bf4fc5a59140017554b5693548a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 23:05:05 +0000 Subject: [PATCH] Bump mysql-connector-java in /examples/SpringMvcCrud Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.41 to 8.0.16. - [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.41...8.0.16) Signed-off-by: dependabot[bot] --- examples/SpringMvcCrud/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SpringMvcCrud/pom.xml b/examples/SpringMvcCrud/pom.xml index e3d0832..d0fd8aa 100644 --- a/examples/SpringMvcCrud/pom.xml +++ b/examples/SpringMvcCrud/pom.xml @@ -35,7 +35,7 @@ mysql mysql-connector-java - 5.1.41 + 8.0.16 runtime