Upgrade to Flyway 11.3.1

Closes gh-44077
This commit is contained in:
Phillip Webb
2025-02-04 12:06:06 -08:00
parent 3d678f49ca
commit 43819d281e

View File

@@ -360,7 +360,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.2.0") {
library("Flyway", "11.3.1") {
group("org.flywaydb") {
modules = [
"flyway-commandline",