Browse Source

Upgrade to Liquibase 3.10.2

Closes gh-22806
pull/22834/head
Andy Wilkinson 6 years ago
parent
commit
b204736f35
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save