diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e35358dc135..4308623f9ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1250,6 +1250,7 @@ bom { library("Netty tcNative", "2.0.34.Final") { group("io.netty") { modules = [ + "netty-tcnative", "netty-tcnative-boringssl-static" ] }