Skip to content

Commit b19ba3a

Browse files
committed
Configure MySQL with a same-major upgrade policy
Closes gh-46487
1 parent 585adab commit b19ba3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,7 @@ bom {
15551555
}
15561556
}
15571557
library("MySQL", "9.3.0") {
1558+
upgradePolicy = "same-major"
15581559
group("com.mysql") {
15591560
modules = [
15601561
"mysql-connector-j" {

0 commit comments

Comments
 (0)