Browse Source

Upgrade to MySQL 9.6.0

Closes gh-49083
pull/49366/head
Andy Wilkinson 1 month ago
parent
commit
43363ed428
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1665,7 +1665,7 @@ bom { @@ -1665,7 +1665,7 @@ bom {
.formatted(version.toString().replace(".jre11", "")))
}
}
library("MySQL", "9.5.0") {
library("MySQL", "9.6.0") {
upgradePolicy = "same-major-version"
group("com.mysql") {
modules = [

Loading…
Cancel
Save