From 29dbc047aea5677b24667143af9fdc823c5f0d1a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 May 2024 19:11:43 +0100 Subject: [PATCH] Upgrade to Netty 4.1.110.Final Closes gh-40876 --- 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 85b63604141..7cebf6fe8e4 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.109.Final") { + library("Netty", "4.1.110.Final") { group("io.netty") { imports = [ "netty-bom"