Browse Source

Prohibit upgrades to Liquibase 4.21.0

Closes gh-34983
pull/35015/head
Andy Wilkinson 3 years ago
parent
commit
c44cc5ee1c
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save