Skip to content

Commit b43cd51

Browse files
committed
Upgrade to Flyway 10.17.1
Closes gh-41924
1 parent 8e20aac commit b43cd51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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
@@ -115,6 +115,8 @@ void expectedPropertiesAreManaged() {
115115
"oracleWalletLocation", "sqlServerKerberosLoginFile");
116116
// Properties that are managed by specific extensions
117117
ignoreProperties(properties, "oracle", "postgresql", "sqlserver");
118+
// Properties that are only used on the command line
119+
ignoreProperties(configuration, "jarDirs");
118120
// https://github.com/flyway/flyway/issues/3732
119121
ignoreProperties(configuration, "environment");
120122
// High level object we can't set with properties

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,12 @@ bom {
354354
releaseNotes("https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-{version}.html")
355355
}
356356
}
357-
library("Flyway", "10.15.2") {
357+
library("Flyway", "10.17.1") {
358358
group("org.flywaydb") {
359359
modules = [
360360
"flyway-commandline",
361361
"flyway-core",
362+
"flyway-database-cassandra",
362363
"flyway-database-db2",
363364
"flyway-database-derby",
364365
"flyway-database-hsqldb",

0 commit comments

Comments
 (0)