Upgrade to Flyway 10.17.1

Closes gh-41924
This commit is contained in:
Stéphane Nicoll 2024-08-19 11:15:33 +02:00
parent 8e20aaca7c
commit b43cd51f3c
2 changed files with 4 additions and 1 deletions

View File

@ -115,6 +115,8 @@ class FlywayPropertiesTests {
"oracleWalletLocation", "sqlServerKerberosLoginFile");
// Properties that are managed by specific extensions
ignoreProperties(properties, "oracle", "postgresql", "sqlserver");
// Properties that are only used on the command line
ignoreProperties(configuration, "jarDirs");
// https://github.com/flyway/flyway/issues/3732
ignoreProperties(configuration, "environment");
// High level object we can't set with properties

View File

@ -354,11 +354,12 @@ bom {
releaseNotes("https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-{version}.html")
}
}
library("Flyway", "10.15.2") {
library("Flyway", "10.17.1") {
group("org.flywaydb") {
modules = [
"flyway-commandline",
"flyway-core",
"flyway-database-cassandra",
"flyway-database-db2",
"flyway-database-derby",
"flyway-database-hsqldb",