Browse Source

Prohibit upgrades to Liquibase 4.23.1

Closes gh-36984
pull/37013/head
Stephane Nicoll 2 years ago
parent
commit
e1af526129
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

4
spring-boot-project/spring-boot-dependencies/build.gradle

@ -811,6 +811,10 @@ bom { @@ -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",

Loading…
Cancel
Save