parent
8c9666b328
commit
ee48e83153
|
@ -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");
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue