Skip to content

Commit e1eead2

Browse files
committed
Upgrade to Liquibase 4.33.0
Closes gh-46500
1 parent ab08dc6 commit e1eead2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ bom {
12371237
releaseNotes("https://github.com/lettuce-io/lettuce-core/releases/tag/{version}")
12381238
}
12391239
}
1240-
library("Liquibase", "4.32.0") {
1240+
library("Liquibase", "4.33.0") {
12411241
group("org.liquibase") {
12421242
modules = [
12431243
"liquibase-cdi",

smoke-test/spring-boot-smoke-test-liquibase/src/test/java/smoketest/liquibase/SampleLiquibaseApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void testDefaultSettings(CapturedOutput output) {
5656
assumeThat(serverNotRunning(ex)).isFalse();
5757
}
5858
assertThat(output).contains("Successfully acquired change log lock")
59-
.contains("Creating database history table with name: PUBLIC.DATABASECHANGELOG")
59+
.contains("Creating database changelog table with name: PUBLIC.DATABASECHANGELOG")
6060
.contains("Table person created")
6161
.contains("ChangeSet db/changelog/db.changelog-master.yaml::1::" + "marceloverdijk ran successfully")
6262
.contains("New row inserted into person")

0 commit comments

Comments
 (0)