Browse Source

Upgrade to Liquibase 4.6.2

Closes gh-29257
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
dda46fbe2b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1069,7 +1069,7 @@ bom { @@ -1069,7 +1069,7 @@ bom {
]
}
}
library("Liquibase", "4.5.0") {
library("Liquibase", "4.6.2") {
group("org.liquibase") {
modules = [
"liquibase-core"

Loading…
Cancel
Save