Upgrade to Flyway 7.0.4
Closes gh-23892
This commit is contained in:
@@ -526,7 +526,7 @@ class FlywayAutoConfigurationTests {
|
||||
assertThat(context).hasFailed();
|
||||
Throwable failure = context.getStartupFailure();
|
||||
assertThat(failure).hasRootCauseInstanceOf(FlywayTeamsUpgradeRequiredException.class);
|
||||
assertThat(failure).hasMessageContaining(" migrations ");
|
||||
assertThat(failure).hasMessageContaining(" cherryPick ");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -304,7 +304,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Flyway", "7.0.2") {
|
||||
library("Flyway", "7.0.4") {
|
||||
group("org.flywaydb") {
|
||||
modules = [
|
||||
"flyway-core"
|
||||
|
||||
Reference in New Issue
Block a user