From 5cc58bfaae430104c3b923dd4e502f91830185d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 13:54:28 +0100 Subject: [PATCH] Correct version policy value for MySQL See gh-46487 --- 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 5bd70fbf116..fb1a6bc845c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1555,7 +1555,7 @@ bom { } } library("MySQL", "9.3.0") { - upgradePolicy = "same-major" + upgradePolicy = "same-major-version" group("com.mysql") { modules = [ "mysql-connector-j" {