Browse Source

Upgrade to Liquibase 4.12.0

Closes gh-31588
pull/31663/head
Andy Wilkinson 4 years ago
parent
commit
7bfc1314f9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -843,7 +843,7 @@ bom {
] ]
} }
} }
library("Liquibase", "4.10.0") { library("Liquibase", "4.12.0") {
group("org.liquibase") { group("org.liquibase") {
modules = [ modules = [
"liquibase-cdi", "liquibase-cdi",

Loading…
Cancel
Save