Upgrade to Flyway 11.19.1

Closes gh-48603
This commit is contained in:
Stéphane Nicoll
2025-12-22 09:37:20 +01:00
parent da56bfea6e
commit ec9901c337
@@ -376,7 +376,7 @@ bom {
javadoc("elasticsearch-java", version -> "https://javadoc.io/doc/co.elastic.clients/elasticsearch-java/%s/index.html".formatted(version), "co.elastic.clients.elasticsearch", "co.elastic.clients.transport")
}
}
library("Flyway", "11.14.1") {
library("Flyway", "11.19.1") {
group("org.flywaydb") {
modules = [
"flyway-commandline",