Browse Source

Upgrade to MySQL 9.5.0

Closes gh-48092
pull/48101/head
Stéphane Nicoll 4 months ago
parent
commit
5dffa3da4e
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -1621,7 +1621,7 @@ bom { @@ -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 = [

Loading…
Cancel
Save