Browse Source

Upgrade to Liquibase 4.17.0

Closes gh-32709
pull/32740/head
Andy Wilkinson 3 years ago
parent
commit
df02ec88f5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -859,7 +859,7 @@ bom { @@ -859,7 +859,7 @@ bom {
]
}
}
library("Liquibase", "4.16.1") {
library("Liquibase", "4.17.0") {
group("org.liquibase") {
modules = [
"liquibase-cdi",

Loading…
Cancel
Save