Browse Source

Upgrade to Liquibase 4.16.1

Closes gh-32450
pull/32205/head
Phillip Webb 3 years ago
parent
commit
d849cdf9cb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save