From ec9901c3374c8ae25cf9ce3d771c0ef0f1df3284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 22 Dec 2025 09:37:20 +0100 Subject: [PATCH] Upgrade to Flyway 11.19.1 Closes gh-48603 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 370c2629ec9..eaeb23c0e07 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -376,7 +376,7 @@ bom { 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") } } - library("Flyway", "11.14.1") { + library("Flyway", "11.19.1") { group("org.flywaydb") { modules = [ "flyway-commandline",