diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 9712b6322e..6201e5a645 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -244,6 +244,10 @@ bom { } } library("Flyway", "9.15.2") { + prohibit { + versionRange "[9.16.0,)" + because "https://github.com/flyway/flyway/issues/3636" + } group("org.flywaydb") { modules = [ "flyway-core",