From e0dc55e865fb10200ccfa69cbb463a8f8e51423d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 09:28:18 +0200 Subject: [PATCH] Upgrade to Netty 4.1.67.Final Closes gh-27745 --- 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 b01acbf88c9..752758b51dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1269,7 +1269,7 @@ bom { ] } } - library("Netty", "4.1.66.Final") { + library("Netty", "4.1.67.Final") { group("io.netty") { imports = [ "netty-bom"