From cc8236f1c460b8ac6845b2f0dea0f5e299ba2410 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:22:20 -0800 Subject: [PATCH] Upgrade to Netty 4.1.86.Final Closes gh-33603 --- 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 738a00d518..ffb5fe16be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1027,7 +1027,7 @@ bom { ] } } - library("Netty", "4.1.85.Final") { + library("Netty", "4.1.86.Final") { group("io.netty") { imports = [ "netty-bom"