From b19ba3a2304c7e63ba0569cdb78c2232ad41df27 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 13:50:24 +0100 Subject: [PATCH] Configure MySQL with a same-major upgrade policy Closes gh-46487 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 9a39163693f..5bd70fbf116 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1555,6 +1555,7 @@ bom { } } library("MySQL", "9.3.0") { + upgradePolicy = "same-major" group("com.mysql") { modules = [ "mysql-connector-j" {