Browse Source

Upgrade to Liquibase 3.8.6

Closes gh-20165
pull/20168/head
Stephane Nicoll 6 years ago
parent
commit
4d51a16b11
  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.5") {
library("Liquibase", "3.8.6") {
group("org.liquibase") {
modules = [
"liquibase-core" {

Loading…
Cancel
Save