Closes gh-23892
@ -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"