mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Correct version policy value for MySQL
See gh-46487
This commit is contained in:
@@ -1555,7 +1555,7 @@ bom {
|
||||
}
|
||||
}
|
||||
library("MySQL", "9.3.0") {
|
||||
upgradePolicy = "same-major"
|
||||
upgradePolicy = "same-major-version"
|
||||
group("com.mysql") {
|
||||
modules = [
|
||||
"mysql-connector-j" {
|
||||
|
||||
Reference in New Issue
Block a user