Upgrade to Flyway 7.0.4

Closes gh-23892
pull/23914/head
Andy Wilkinson 4 years ago
parent 7519e199d1
commit 708c43a8d1

@ -526,7 +526,7 @@ class FlywayAutoConfigurationTests {
assertThat(context).hasFailed(); assertThat(context).hasFailed();
Throwable failure = context.getStartupFailure(); Throwable failure = context.getStartupFailure();
assertThat(failure).hasRootCauseInstanceOf(FlywayTeamsUpgradeRequiredException.class); 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") { group("org.flywaydb") {
modules = [ modules = [
"flyway-core" "flyway-core"

Loading…
Cancel
Save