From 52fc4c019baa82070b527c8754404a7eeaec42e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:30 +0000 Subject: [PATCH] Upgrade to Netty 4.1.101.Final Closes gh-38432 --- 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 8a3ac1bc74a..e8da8254d36 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1387,7 +1387,7 @@ bom { ] } } - library("Netty", "4.1.100.Final") { + library("Netty", "4.1.101.Final") { group("io.netty") { imports = [ "netty-bom"