Upgrade to Flyway 7.5.1

Closes gh-24961
This commit is contained in:
Andy Wilkinson
2021-01-21 15:14:12 +00:00
parent 60ce922a5b
commit 977b938977
2 changed files with 2 additions and 2 deletions

View File

@@ -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");

View File

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