Upgrade to Flyway 10.18.0

Closes gh-42295
This commit is contained in:
Stéphane Nicoll
2024-09-13 14:33:28 +02:00
parent 36abc9c933
commit d6bfdbd90e
4 changed files with 6 additions and 1 deletions

View File

@@ -354,7 +354,7 @@ bom {
releaseNotes("https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-{version}.html")
}
}
library("Flyway", "10.17.3") {
library("Flyway", "10.18.0") {
group("org.flywaydb") {
modules = [
"flyway-commandline",