Commit 708c43a8 authored by Andy Wilkinson's avatar Andy Wilkinson

Upgrade to Flyway 7.0.4

Closes gh-23892
parent 7519e199
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment