From c1e8b45000d6e16f6bc6d494f660ba9581347adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 02:39:00 +0000 Subject: [PATCH] Bump mysql-connector-java Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.13 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/8.0.13...8.0.28) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../01 - Lesson - JDBC/JDBCExampleStarter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDWA Milestone 2 - Spring Boot REST with JDBC Template/01 - Lesson - JDBC/JDBCExampleStarter/pom.xml b/DDWA Milestone 2 - Spring Boot REST with JDBC Template/01 - Lesson - JDBC/JDBCExampleStarter/pom.xml index 5882480..81ea80b 100644 --- a/DDWA Milestone 2 - Spring Boot REST with JDBC Template/01 - Lesson - JDBC/JDBCExampleStarter/pom.xml +++ b/DDWA Milestone 2 - Spring Boot REST with JDBC Template/01 - Lesson - JDBC/JDBCExampleStarter/pom.xml @@ -15,7 +15,7 @@ mysql mysql-connector-java - 8.0.13 + 8.0.28 JDBCExampleStarter