From 369cadd70d1a427bc2b8ee425a67f622e6f04fec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 18:23:50 +0100 Subject: [PATCH] Upgrade to Netty 4.1.109.Final Closes gh-40395 --- 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 1c3bd29a5a..94d336e71b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1081,7 +1081,7 @@ bom { ] } } - library("Netty", "4.1.108.Final") { + library("Netty", "4.1.109.Final") { group("io.netty") { imports = [ "netty-bom"