Upgrade to Flyway 7.5.1
Closes gh-24961
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user