From 01c8ef26cebf5c368420dd52c121d96549ddd434 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Jan 2023 09:49:58 +0000 Subject: [PATCH] Upgrade to Netty 4.1.87.Final Closes gh-33891 --- 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 db141424774..61326bb2f1f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1393,7 +1393,7 @@ bom { ] } } - library("Netty", "4.1.86.Final") { + library("Netty", "4.1.87.Final") { group("io.netty") { imports = [ "netty-bom"