Upgrade to Flyway 7.5.1

Closes gh-24961
pull/24964/head
Andy Wilkinson 4 years ago
parent 60ce922a5b
commit 977b938977

@ -110,7 +110,7 @@ class FlywayPropertiesTests {
"targetAsString"); "targetAsString");
// Teams-only properties that we cannot detect as no exception is thrown and // Teams-only properties that we cannot detect as no exception is thrown and
// getters return null // getters return null
ignoreProperties(configuration, "conjurToken", "conjurUrl", "vaultSecret", "vaultToken", "vaultUrl"); ignoreProperties(configuration, "conjurToken", "conjurUrl", "vaultSecrets", "vaultToken", "vaultUrl");
// Handled as initSql array // Handled as initSql array
ignoreProperties(configuration, "initSql"); ignoreProperties(configuration, "initSql");
ignoreProperties(properties, "initSqls"); ignoreProperties(properties, "initSqls");

@ -306,7 +306,7 @@ bom {
] ]
} }
} }
library("Flyway", "7.5.0") { library("Flyway", "7.5.1") {
group("org.flywaydb") { group("org.flywaydb") {
modules = [ modules = [
"flyway-core" "flyway-core"

Loading…
Cancel
Save