Skip to content

Commit b8c4fb6

Browse files
committed
Upgrade to Liquibase 4.23.0
Closes gh-36377
1 parent 9802700 commit b8c4fb6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ dependencies {
106106
optional("org.hibernate.validator:hibernate-validator")
107107
optional("org.influxdb:influxdb-java")
108108
optional("org.liquibase:liquibase-core") {
109+
exclude group: "javax.activation", module: "javax.activation-api"
109110
exclude group: "javax.xml.bind", module: "jaxb-api"
110111
}
111112
optional("org.mongodb:mongodb-driver-reactivestreams")

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -801,11 +801,7 @@ bom {
801801
]
802802
}
803803
}
804-
library("Liquibase", "4.20.0") {
805-
prohibit {
806-
versionRange "[4.21.0,4.23.0]"
807-
because "https://github.com/liquibase/liquibase/issues/4135"
808-
}
804+
library("Liquibase", "4.23.0") {
809805
group("org.liquibase") {
810806
modules = [
811807
"liquibase-cdi",

0 commit comments

Comments
 (0)