mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Prohibit upgrades to Liquibase 4.23.0
Closes gh-36377
This commit is contained in:
@@ -803,7 +803,7 @@ bom {
|
||||
}
|
||||
library("Liquibase", "4.20.0") {
|
||||
prohibit {
|
||||
versionRange "[4.21.0,4.22.0]"
|
||||
versionRange "[4.21.0,4.23.0]"
|
||||
because "https://github.com/liquibase/liquibase/issues/4135"
|
||||
}
|
||||
group("org.liquibase") {
|
||||
|
||||
Reference in New Issue
Block a user