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