Skip to content

Commit

Permalink
Upgrade to Flyway 8.0.4
Browse files Browse the repository at this point in the history
Closes gh-28697
  • Loading branch information
snicoll committed Nov 16, 2021
1 parent 4b64f36 commit 8356204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -114,8 +114,7 @@ void expectedPropertiesAreManaged() {
ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations",
"javaMigrationClassProvider", "resourceProvider", "resolvers");
// Properties we don't want to expose
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "apiExtensions", "loggers",
"driver");
ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver");
// Handled by the conversion service
ignoreProperties(configuration, "baselineVersionAsString", "encodingAsString", "locationsAsStrings",
"targetAsString");
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -309,7 +309,7 @@ bom {
]
}
}
library("Flyway", "8.0.3") {
library("Flyway", "8.0.4") {
group("org.flywaydb") {
modules = [
"flyway-core"
Expand Down

0 comments on commit 8356204

Please sign in to comment.