Upgrade to Flyway 9.21.1
Closes gh-36887
This commit is contained in:
@@ -119,7 +119,7 @@ class FlywayPropertiesTests {
|
||||
"javaMigrationClassProvider", "pluginRegister", "resourceProvider", "resolvers");
|
||||
// Properties we don't want to expose
|
||||
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "driver", "modernConfig",
|
||||
"currentResolvedEnvironment", "reportFilename", "reportEnabled");
|
||||
"currentResolvedEnvironment", "reportFilename", "reportEnabled", "workingDirectory");
|
||||
// Handled by the conversion service
|
||||
ignoreProperties(configuration, "baselineVersionAsString", "encodingAsString", "locationsAsStrings",
|
||||
"targetAsString");
|
||||
|
||||
@@ -279,7 +279,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Flyway", "9.20.1") {
|
||||
library("Flyway", "9.21.1") {
|
||||
group("org.flywaydb") {
|
||||
modules = [
|
||||
"flyway-core",
|
||||
|
||||
Reference in New Issue
Block a user