From 52723d46296add72b337c1e8ccc48d643f03afe7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:29 +0000 Subject: [PATCH] Upgrade to MySQL 8.2.0 Closes gh-39021 --- 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 0eda0a90c6c..3a006531fef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1047,7 +1047,7 @@ bom { ] } } - library("MySQL", "8.1.0") { + library("MySQL", "8.2.0") { group("com.mysql") { modules = [ "mysql-connector-j" {