Browse Source

Upgrade to Liquibase 4.32.0

Closes gh-46333
pull/46355/head
Stéphane Nicoll 7 months ago
parent
commit
37f11e4ce7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1237,7 +1237,7 @@ bom { @@ -1237,7 +1237,7 @@ bom {
releaseNotes("https://github.com/lettuce-io/lettuce-core/releases/tag/{version}")
}
}
library("Liquibase", "4.31.1") {
library("Liquibase", "4.32.0") {
group("org.liquibase") {
modules = [
"liquibase-cdi",

Loading…
Cancel
Save