Upgrade to Flyway 11.3.2

Closes gh-44283
This commit is contained in:
Stéphane Nicoll
2025-02-14 17:16:01 +01:00
parent b22705975e
commit 7c26ccd827

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.1") {
library("Flyway", "11.3.2") {
group("org.flywaydb") {
modules = [
"flyway-commandline",