Upgrade to Flyway 7.11.1

Closes gh-27290
This commit is contained in:
Stephane Nicoll 2021-07-12 09:43:55 +02:00
parent 58aac6c4dc
commit 8b732a9c33
2 changed files with 4 additions and 3 deletions

View File

@ -527,8 +527,9 @@ class FlywayAutoConfigurationTests {
@Test @Test
void licenseKeyIsCorrectlyMapped(CapturedOutput output) { void licenseKeyIsCorrectlyMapped(CapturedOutput output) {
this.contextRunner.withUserConfiguration(EmbeddedDataSourceConfiguration.class) this.contextRunner.withUserConfiguration(EmbeddedDataSourceConfiguration.class)
.withPropertyValues("spring.flyway.license-key=<<secret>>").run((context) -> assertThat(output) .withPropertyValues("spring.flyway.license-key=<<secret>>")
.contains("<<secret>> is not supported by Flyway Community Edition")); .run((context) -> assertThat(output).contains(
"Flyway Teams Edition upgrade required: licenseKey is not supported by Flyway Community Edition."));
} }
@Test @Test

View File

@ -306,7 +306,7 @@ bom {
] ]
} }
} }
library("Flyway", "7.9.2") { library("Flyway", "7.11.1") {
group("org.flywaydb") { group("org.flywaydb") {
modules = [ modules = [
"flyway-core" "flyway-core"