From 39d5ce5c3cbdb20c5a91f5755e69993131d3a605 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Apr 2023 16:32:23 +0200 Subject: [PATCH] Upgrade to MySQL 8.0.33 Closes gh-35063 --- 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 9a84505de0..0f1338f063 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -985,7 +985,7 @@ bom { ] } } - library("MySQL", "8.0.32") { + library("MySQL", "8.0.33") { group("com.mysql") { modules = [ "mysql-connector-j" {