From c8aabbaafb9b206c371f1b11d4ac929344afb125 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 18:00:28 +0100 Subject: [PATCH] Upgrade to Netty 4.1.108.Final Closes gh-40308 --- 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 476be5fe723..018f195a6c6 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.107.Final") { + library("Netty", "4.1.108.Final") { group("io.netty") { imports = [ "netty-bom"