From 5dffa3da4e76d6d998dab749d60042e537b81a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 12 Nov 2025 15:31:47 +0100 Subject: [PATCH] Upgrade to MySQL 9.5.0 Closes gh-48092 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 062624daa4d..e7cf9cffd02 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1621,7 +1621,7 @@ bom { .formatted(version.toString().replace(".jre11", ""))) } } - library("MySQL", "9.4.0") { + library("MySQL", "9.5.0") { upgradePolicy = "same-major-version" group("com.mysql") { modules = [