Skip to content

Commit 8356204

Browse files
committed
Upgrade to Flyway 8.0.4
Closes gh-28697
1 parent 4b64f36 commit 8356204

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ void expectedPropertiesAreManaged() {
114114
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
115115
"javaMigrationClassProvider", "resourceProvider", "resolvers");
116116
// Properties we don't want to expose
117-
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "apiExtensions", "loggers",
118-
"driver");
117+
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver");
119118
// Handled by the conversion service
120119
ignoreProperties(configuration, "baselineVersionAsString", "encodingAsString", "locationsAsStrings",
121120
"targetAsString");

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ bom {
309309
]
310310
}
311311
}
312-
library("Flyway", "8.0.3") {
312+
library("Flyway", "8.0.4") {
313313
group("org.flywaydb") {
314314
modules = [
315315
"flyway-core"

0 commit comments

Comments
 (0)