From 909b7db6f11fe0634928ea25e8f513e75086bd67 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:36 +0100 Subject: [PATCH] Upgrade to Netty tcNative 2.0.31.Final Closes gh-21969 --- 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 c18df00ea83..b21facb9a8f 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"