Upgrade to Flyway 9.21.2

Closes gh-37076
This commit is contained in:
Stephane Nicoll 2023-08-23 10:19:47 +02:00
parent 0e50d1cc38
commit 19df3934c6
2 changed files with 3 additions and 1 deletions

View File

@ -114,6 +114,8 @@ class FlywayPropertiesTests {
"oracleWalletLocation", "sqlServerKerberosLoginFile");
// Properties that are managed by specific extensions
ignoreProperties(properties, "oracle", "postgresql", "sqlserver");
// https://github.com/flyway/flyway/issues/3732
ignoreProperties(configuration, "environment");
// High level object we can't set with properties
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
"javaMigrationClassProvider", "pluginRegister", "resourceProvider", "resolvers");

View File

@ -283,7 +283,7 @@ bom {
]
}
}
library("Flyway", "9.21.1") {
library("Flyway", "9.21.2") {
group("org.flywaydb") {
modules = [
"flyway-core",