Browse Source

Upgrade to Liquibase 3.10.0

Closes gh-21963
pull/21985/head
Andy Wilkinson 6 years ago
parent
commit
5bb661c95f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1012,7 +1012,7 @@ bom { @@ -1012,7 +1012,7 @@ bom {
]
}
}
library("Liquibase", "3.8.9") {
library("Liquibase", "3.10.0") {
group("org.liquibase") {
modules = [
"liquibase-core" {

Loading…
Cancel
Save