From 925cd10d9dbc328f9cd6e6c56347324697e9316a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:15 +0100 Subject: [PATCH] Upgrade to Netty 4.1.85.Final Closes gh-33161 --- 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 593b8cf141b..dc68a5ba1ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1329,7 +1329,7 @@ bom { ] } } - library("Netty", "4.1.84.Final") { + library("Netty", "4.1.85.Final") { group("io.netty") { imports = [ "netty-bom"