From 4a5e002b22358352cf31f6d5268382ab100408dd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:08 +0100 Subject: [PATCH] Upgrade to Netty 4.1.100.Final Closes gh-37858 --- 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 df8e6561a2..bed6aa68ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1059,7 +1059,7 @@ bom { ] } } - library("Netty", "4.1.99.Final") { + library("Netty", "4.1.100.Final") { group("io.netty") { imports = [ "netty-bom"