Skip to content

Commit ec9901c

Browse files
committed
Upgrade to Flyway 11.19.1
Closes gh-48603
1 parent da56bfe commit ec9901c

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
@@ -376,7 +376,7 @@ bom {
376376
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")
377377
}
378378
}
379-
library("Flyway", "11.14.1") {
379+
library("Flyway", "11.19.1") {
380380
group("org.flywaydb") {
381381
modules = [
382382
"flyway-commandline",

0 commit comments

Comments
 (0)