Skip to content

Commit d359d00

Browse files
committed
Upgrade to Flyway 11.10.1
Closes gh-46326
1 parent aa9c297 commit d359d00

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
@@ -383,7 +383,7 @@ bom {
383383
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")
384384
}
385385
}
386-
library("Flyway", "11.9.2") {
386+
library("Flyway", "11.10.1") {
387387
group("org.flywaydb") {
388388
modules = [
389389
"flyway-commandline",

0 commit comments

Comments
 (0)