Skip to content

Commit f58c849

Browse files
committed
Upgrade to Flyway 11.7.2
Closes gh-45271
1 parent a55cb7a commit f58c849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ bom {
368368
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")
369369
}
370370
}
371-
library("Flyway", "11.7.0") {
371+
library("Flyway", "11.7.2") {
372372
group("org.flywaydb") {
373373
modules = [
374374
"flyway-commandline",

0 commit comments

Comments
 (0)