Browse Source

Upgrade to Flyway 8.0.4

Closes gh-28697
pull/28710/head
Stephane Nicoll 4 years ago
parent
commit
8356204430
  1. 3
      spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java
  2. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -114,8 +114,7 @@ class FlywayPropertiesTests { @@ -114,8 +114,7 @@ class FlywayPropertiesTests {
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");

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

@ -309,7 +309,7 @@ bom { @@ -309,7 +309,7 @@ bom {
]
}
}
library("Flyway", "8.0.3") {
library("Flyway", "8.0.4") {
group("org.flywaydb") {
modules = [
"flyway-core"

Loading…
Cancel
Save