mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
Upgrade to Liquibase 4.33.0
Closes gh-46500
This commit is contained in:
@@ -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",
|
||||
|
||||
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user