Skip to content

Commit 5cc58bf

Browse files
committed
Correct version policy value for MySQL
See gh-46487
1 parent b19ba3a commit 5cc58bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ bom {
15551555
}
15561556
}
15571557
library("MySQL", "9.3.0") {
1558-
upgradePolicy = "same-major"
1558+
upgradePolicy = "same-major-version"
15591559
group("com.mysql") {
15601560
modules = [
15611561
"mysql-connector-j" {

0 commit comments

Comments
 (0)