Upgrade to Flyway 7.11.1
Closes gh-27290
This commit is contained in:
@@ -527,8 +527,9 @@ class FlywayAutoConfigurationTests {
|
||||
@Test
|
||||
void licenseKeyIsCorrectlyMapped(CapturedOutput output) {
|
||||
this.contextRunner.withUserConfiguration(EmbeddedDataSourceConfiguration.class)
|
||||
.withPropertyValues("spring.flyway.license-key=<<secret>>").run((context) -> assertThat(output)
|
||||
.contains("<<secret>> is not supported by Flyway Community Edition"));
|
||||
.withPropertyValues("spring.flyway.license-key=<<secret>>")
|
||||
.run((context) -> assertThat(output).contains(
|
||||
"Flyway Teams Edition upgrade required: licenseKey is not supported by Flyway Community Edition."));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -306,7 +306,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Flyway", "7.9.2") {
|
||||
library("Flyway", "7.11.1") {
|
||||
group("org.flywaydb") {
|
||||
modules = [
|
||||
"flyway-core"
|
||||
|
||||
Reference in New Issue
Block a user