Skip to content

Commit 19df393

Browse files
committed
Upgrade to Flyway 9.21.2
Closes gh-37076
1 parent 0e50d1c commit 19df393

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ void expectedPropertiesAreManaged() {
114114
"oracleWalletLocation", "sqlServerKerberosLoginFile");
115115
// Properties that are managed by specific extensions
116116
ignoreProperties(properties, "oracle", "postgresql", "sqlserver");
117+
// https://github.com/flyway/flyway/issues/3732
118+
ignoreProperties(configuration, "environment");
117119
// High level object we can't set with properties
118120
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
119121
"javaMigrationClassProvider", "pluginRegister", "resourceProvider", "resolvers");

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ bom {
283283
]
284284
}
285285
}
286-
library("Flyway", "9.21.1") {
286+
library("Flyway", "9.21.2") {
287287
group("org.flywaydb") {
288288
modules = [
289289
"flyway-core",

0 commit comments

Comments
 (0)