Upgrade to Flyway 11.7.2

Closes gh-45271
This commit is contained in:
Stéphane Nicoll 2025-04-24 09:10:36 +02:00
parent a55cb7a31a
commit f58c849936
1 changed files with 1 additions and 1 deletions

View File

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