Browse Source

Configure MySQL with a same-major upgrade policy

Closes gh-46487
pull/46604/head
Andy Wilkinson 5 months ago
parent
commit
b19ba3a230
  1. 1
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1555,6 +1555,7 @@ bom { @@ -1555,6 +1555,7 @@ bom {
}
}
library("MySQL", "9.3.0") {
upgradePolicy = "same-major"
group("com.mysql") {
modules = [
"mysql-connector-j" {

Loading…
Cancel
Save