From b30d9d9961ab5753d6c9d2c7fa204733576d021d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Apr 2023 13:22:28 +0200 Subject: [PATCH] Upgrade to MySQL 8.0.33 Closes gh-35057 --- 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 fd8a34942bd4..8586eb9b0977 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1371,7 +1371,7 @@ bom { ] } } - library("MySQL", "8.0.32") { + library("MySQL", "8.0.33") { group("com.mysql") { modules = [ "mysql-connector-j" {