Prohibit upgrades to Liquibase 4.23.1

Closes gh-36984
This commit is contained in:
Stephane Nicoll 2023-08-16 17:53:45 +02:00
parent 5762e41b6e
commit e1af526129

View File

@ -811,6 +811,10 @@ bom {
}
}
library("Liquibase", "4.23.0") {
prohibit {
versionRange "4.23.1"
because "it contains a regression (https://github.com/liquibase/liquibase/issues/4684)"
}
group("org.liquibase") {
modules = [
"liquibase-cdi",