From fd666717cc84a7df3bee5e3c66e424d60719328a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jan 2025 18:28:48 +0000 Subject: [PATCH] Upgrade to MySQL 9.2.0 Closes gh-43915 --- 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 411446f8c6..c3608a5b64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1531,7 +1531,7 @@ bom { .formatted(version.toString().replace(".jre11", ""))) } } - library("MySQL", "9.1.0") { + library("MySQL", "9.2.0") { group("com.mysql") { modules = [ "mysql-connector-j" {