Upgrade to Liquibase 4.23.0

Closes gh-36377
This commit is contained in:
Andy Wilkinson 2023-07-14 19:56:44 +01:00
parent 980270036e
commit b8c4fb6b9a
2 changed files with 2 additions and 5 deletions

View File

@ -106,6 +106,7 @@ dependencies {
optional("org.hibernate.validator:hibernate-validator")
optional("org.influxdb:influxdb-java")
optional("org.liquibase:liquibase-core") {
exclude group: "javax.activation", module: "javax.activation-api"
exclude group: "javax.xml.bind", module: "jaxb-api"
}
optional("org.mongodb:mongodb-driver-reactivestreams")

View File

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