From a9fffb3920e8f1d17b612d50cc0a93832a215f58 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 19:06:44 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.31.Final Closes gh-21870 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 780208313a..f21e6524c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1265,7 +1265,7 @@ bom { ] } } - library("Netty tcNative", "2.0.30.Final") { + library("Netty tcNative", "2.0.31.Final") { group("io.netty") { modules = [ "netty-tcnative-boringssl-static"