Upgrade to Flyway 10.19.0

Closes gh-42674
This commit is contained in:
Stéphane Nicoll 2024-10-14 18:25:37 +02:00
parent fadd05412e
commit 7a6a7d1365
1 changed files with 1 additions and 1 deletions

View File

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