Skip to content

Commit 74d4ec7

Browse files
committed
Upgrade to Flyway 11.11.0
Closes gh-46737
1 parent 0460991 commit 74d4ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ bom {
375375
javadoc("elasticsearch-java", version -> "https://javadoc.io/doc/co.elastic.clients/elasticsearch-java/%s/index.html".formatted(version), "co.elastic.clients.elasticsearch", "co.elastic.clients.transport")
376376
}
377377
}
378-
library("Flyway", "11.10.3") {
378+
library("Flyway", "11.11.0") {
379379
group("org.flywaydb") {
380380
modules = [
381381
"flyway-commandline",

0 commit comments

Comments
 (0)