Upgrade to Liquibase 4.33.0

Closes gh-46500
This commit is contained in:
Stéphane Nicoll
2025-07-22 16:00:57 +02:00
parent ab08dc6123
commit e1eead2bad
2 changed files with 2 additions and 2 deletions
@@ -1237,7 +1237,7 @@ bom {
releaseNotes("https://github.com/lettuce-io/lettuce-core/releases/tag/{version}")
}
}
library("Liquibase", "4.32.0") {
library("Liquibase", "4.33.0") {
group("org.liquibase") {
modules = [
"liquibase-cdi",
@@ -56,7 +56,7 @@ class SampleLiquibaseApplicationTests {
assumeThat(serverNotRunning(ex)).isFalse();
}
assertThat(output).contains("Successfully acquired change log lock")
.contains("Creating database history table with name: PUBLIC.DATABASECHANGELOG")
.contains("Creating database changelog table with name: PUBLIC.DATABASECHANGELOG")
.contains("Table person created")
.contains("ChangeSet db/changelog/db.changelog-master.yaml::1::" + "marceloverdijk ran successfully")
.contains("New row inserted into person")