File tree 2 files changed +2
-5
lines changed
spring-boot-actuator-autoconfigure
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ dependencies {
106
106
optional(" org.hibernate.validator:hibernate-validator" )
107
107
optional(" org.influxdb:influxdb-java" )
108
108
optional(" org.liquibase:liquibase-core" ) {
109
+ exclude group : " javax.activation" , module : " javax.activation-api"
109
110
exclude group : " javax.xml.bind" , module : " jaxb-api"
110
111
}
111
112
optional(" org.mongodb:mongodb-driver-reactivestreams" )
Original file line number Diff line number Diff line change @@ -801,11 +801,7 @@ bom {
801
801
]
802
802
}
803
803
}
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" ) {
809
805
group(" org.liquibase" ) {
810
806
modules = [
811
807
" liquibase-cdi" ,
You can’t perform that action at this time.
0 commit comments