Prohibit upgrades to Liquibase 4.21.1

See gh-34983
This commit is contained in:
Andy Wilkinson 2023-04-20 10:02:35 +01:00
parent 26c98eded9
commit bc58df3467

View File

@ -803,7 +803,7 @@ bom {
}
library("Liquibase", "4.20.0") {
prohibit {
versionRange "[4.21.0,4.21.1)"
versionRange "[4.21.0,4.21.2)"
because "https://github.com/liquibase/liquibase/issues/4135"
}
group("org.liquibase") {