Browse Source

Prohibit upgrades to Liquibase 4.23.0

Closes gh-36377
pull/36422/head
Stephane Nicoll 3 years ago
parent
commit
0d8bae5953
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save