From a1db6cd63054d3ee28517b7d835bdacddd44d900 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:37:40 +0100 Subject: [PATCH] Upgrade to MySQL 8.1.0 Closes gh-36470 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 9b911da483..388f9f213e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1018,7 +1018,7 @@ bom { ] } } - library("MySQL", "8.0.33") { + library("MySQL", "8.1.0") { group("com.mysql") { modules = [ "mysql-connector-j" {