Upgrade to Flyway 8.0.4
Closes gh-28697
This commit is contained in:
@@ -114,8 +114,7 @@ class FlywayPropertiesTests {
|
||||
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
|
||||
"javaMigrationClassProvider", "resourceProvider", "resolvers");
|
||||
// Properties we don't want to expose
|
||||
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "apiExtensions", "loggers",
|
||||
"driver");
|
||||
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver");
|
||||
// Handled by the conversion service
|
||||
ignoreProperties(configuration, "baselineVersionAsString", "encodingAsString", "locationsAsStrings",
|
||||
"targetAsString");
|
||||
|
||||
@@ -309,7 +309,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Flyway", "8.0.3") {
|
||||
library("Flyway", "8.0.4") {
|
||||
group("org.flywaydb") {
|
||||
modules = [
|
||||
"flyway-core"
|
||||
|
||||
Reference in New Issue
Block a user