Upgrade to Flyway 11.3.4

Closes gh-44604
This commit is contained in:
Stéphane Nicoll 2025-03-06 15:06:01 +01:00
parent 163e03b3c6
commit 92c198e536

View File

@ -366,7 +366,7 @@ bom {
javadoc("elasticsearch-rest-client-sniffer", version -> "https://artifacts.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-client-sniffer/%s".formatted(version), "org.elasticsearch.client.sniff")
}
}
library("Flyway", "11.3.3") {
library("Flyway", "11.3.4") {
group("org.flywaydb") {
modules = [
"flyway-commandline",