From de6e87acf0e0eeebcfaad82d7c28ef2bbd1b962d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 11:44:33 +0100 Subject: [PATCH] Upgrade to Netty 4.1.100.Final Closes gh-37843 --- 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 ea790511af7..4bfca612b67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1398,7 +1398,7 @@ bom { ] } } - library("Netty", "4.1.99.Final") { + library("Netty", "4.1.100.Final") { group("io.netty") { imports = [ "netty-bom"