From 2ab748ed59bed57d1b75c80447a3110229c201f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 14:56:48 +0000 Subject: [PATCH] Bump mysql-connector-java in /Chapter3_Working with Data JPA Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.25 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.25...8.0.16) Signed-off-by: dependabot[bot] --- Chapter3_Working with Data JPA/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter3_Working with Data JPA/pom.xml b/Chapter3_Working with Data JPA/pom.xml index 1df02bd..ceddb07 100644 --- a/Chapter3_Working with Data JPA/pom.xml +++ b/Chapter3_Working with Data JPA/pom.xml @@ -91,7 +91,7 @@ mysql mysql-connector-java - 5.1.25 + 8.0.16