From 590bbd64ce3cd5b86a2324ec7e755990b2136609 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:44:52 +0100 Subject: [PATCH] Upgrade to Netty 4.1.99.Final Closes gh-37763 --- 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 57c1e7dcdf..6552e10141 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1063,7 +1063,7 @@ bom { ] } } - library("Netty", "4.1.97.Final") { + library("Netty", "4.1.99.Final") { group("io.netty") { imports = [ "netty-bom"