Upgrade to Flyway 11.7.0

Closes gh-45104
This commit is contained in:
Phillip Webb
2025-04-10 13:34:06 -07:00
parent 808e1a02c0
commit 0b54fda452

View File

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