From b51cced91de5c6955e26cd7d7e9d0a967fc2c469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 17:21:27 +0000 Subject: [PATCH] build(deps): bump mysql-connector-java in /modules/database Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.38 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.38...8.0.16) Signed-off-by: dependabot[bot] --- modules/database/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/database/pom.xml b/modules/database/pom.xml index 55eb2f812..a8652b17f 100644 --- a/modules/database/pom.xml +++ b/modules/database/pom.xml @@ -42,7 +42,7 @@ mysql mysql-connector-java - 5.1.38 + 8.0.16 runtime