Browse Source

Upgrade to Liquibase 4.4.3

Closes gh-27713
pull/27734/head
Stephane Nicoll 5 years ago
parent
commit
5f801ae0d7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1042,7 +1042,7 @@ bom {
] ]
} }
} }
library("Liquibase", "4.4.1") { library("Liquibase", "4.4.3") {
group("org.liquibase") { group("org.liquibase") {
modules = [ modules = [
"liquibase-core" "liquibase-core"

Loading…
Cancel
Save