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");
// Teams-only properties that we cannot detect as no exception is thrown and
// getters return null
ignoreProperties(configuration, "conjurToken", "conjurUrl", "vaultSecret", "vaultToken", "vaultUrl");
ignoreProperties(configuration, "conjurToken", "conjurUrl", "vaultSecrets", "vaultToken", "vaultUrl");
// Handled as initSql array
ignoreProperties(configuration, "initSql");
ignoreProperties(properties, "initSqls");

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

Loading…
Cancel
Save