From 0cdf179f3e466531b48bb0341ee5c3351fa7f6e1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:14:02 +0100 Subject: [PATCH] Upgrade to Netty 4.1.99.Final Closes gh-37781 --- 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 a7b09d02fb..e189ab488b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1080,7 +1080,7 @@ bom { ] } } - library("Netty", "4.1.97.Final") { + library("Netty", "4.1.99.Final") { group("io.netty") { imports = [ "netty-bom"