Skip to content

Commit 977b938

Browse files
committed
Upgrade to Flyway 7.5.1
Closes gh-24961
1 parent 60ce922 commit 977b938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void expectedPropertiesAreManaged() {
110110
"targetAsString");
111111
// Teams-only properties that we cannot detect as no exception is thrown and
112112
// getters return null
113-
ignoreProperties(configuration, "conjurToken", "conjurUrl", "vaultSecret", "vaultToken", "vaultUrl");
113+
ignoreProperties(configuration, "conjurToken", "conjurUrl", "vaultSecrets", "vaultToken", "vaultUrl");
114114
// Handled as initSql array
115115
ignoreProperties(configuration, "initSql");
116116
ignoreProperties(properties, "initSqls");

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ bom {
306306
]
307307
}
308308
}
309-
library("Flyway", "7.5.0") {
309+
library("Flyway", "7.5.1") {
310310
group("org.flywaydb") {
311311
modules = [
312312
"flyway-core"

0 commit comments

Comments
 (0)