Prohibit upgrades to Liquibase 4.21.0
Closes gh-34983
This commit is contained in:
@@ -766,6 +766,10 @@ bom {
|
||||
}
|
||||
}
|
||||
library("Liquibase", "4.20.0") {
|
||||
prohibit {
|
||||
versionRange "[4.21.0,4.21.1)"
|
||||
because "https://github.com/liquibase/liquibase/issues/4135"
|
||||
}
|
||||
group("org.liquibase") {
|
||||
modules = [
|
||||
"liquibase-cdi",
|
||||
|
||||
Reference in New Issue
Block a user