diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 2a68a72dd2..446556b29a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1058,6 +1058,10 @@ bom { } } library("Netty", "4.1.101.Final") { + prohibit { + versionRange "[4.1.103.Final]" + because "it crashes on macOS (https://github.com/netty/netty/issues/13728)" + } group("io.netty") { imports = [ "netty-bom"