Upgrade to Flyway 10.17.3

Closes gh-42218
This commit is contained in:
Andy Wilkinson 2024-09-11 11:17:01 +01:00
parent 8c9666b328
commit ee48e83153
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ class FlywayPropertiesTests {
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "driver", "modernConfig",
"currentResolvedEnvironment", "reportFilename", "reportEnabled", "workingDirectory",
"cachedDataSources", "cachedResolvedEnvironments", "currentEnvironmentName", "allEnvironments",
"environmentProvisionMode");
"environmentProvisionMode", "provisionMode");
// Handled by the conversion service
ignoreProperties(configuration, "baselineVersionAsString", "encodingAsString", "locationsAsStrings",
"targetAsString");

View File

@ -354,7 +354,7 @@ bom {
releaseNotes("https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-{version}.html")
}
}
library("Flyway", "10.17.1") {
library("Flyway", "10.17.3") {
group("org.flywaydb") {
modules = [
"flyway-commandline",