From 6ca3db067d46be93a7a826e23643e72cc49a8908 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 19:14:47 +0100 Subject: [PATCH] Upgrade to Netty 4.1.110.Final Closes gh-40878 --- 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 ea50525d9ef..375536f1953 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1083,7 +1083,7 @@ bom { ] } } - library("Netty", "4.1.109.Final") { + library("Netty", "4.1.110.Final") { group("io.netty") { imports = [ "netty-bom"