From cdd4b8e63a03353756cb5c9ea84224cdace89d4a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:02 +0000 Subject: [PATCH] Upgrade to Netty 4.1.107.Final Closes gh-39719 --- 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 ea9ce1a2ce5..f4891a07a74 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1084,7 +1084,7 @@ bom { ] } } - library("Netty", "4.1.105.Final") { + library("Netty", "4.1.107.Final") { group("io.netty") { imports = [ "netty-bom"