From c151a8d0dd048df25c6783792c4a139eea8aea0c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 15:57:02 +0000 Subject: [PATCH] Upgrade to Netty 4.1.105.Final Closes gh-39189 --- 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 c757f3d7fc7..0715a9a81ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1085,7 +1085,7 @@ bom { ] } } - library("Netty", "4.1.104.Final") { + library("Netty", "4.1.105.Final") { group("io.netty") { imports = [ "netty-bom"