Browse Source

Upgrade to Liquibase 4.7.1

Closes gh-29849
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
ba9047e6ae
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1072,7 +1072,7 @@ bom { @@ -1072,7 +1072,7 @@ bom {
]
}
}
library("Liquibase", "4.7.0") {
library("Liquibase", "4.7.1") {
group("org.liquibase") {
modules = [
"liquibase-cdi",

Loading…
Cancel
Save