From 66cc3e7730d8017195a604c4b4f9434c03cf191f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 09:01:11 +0100 Subject: [PATCH] Upgrade to Netty 4.1.74.Final Closes gh-29775 --- 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 0789e8167c..78152e9737 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1283,7 +1283,7 @@ bom { ] } } - library("Netty", "4.1.73.Final") { + library("Netty", "4.1.74.Final") { group("io.netty") { imports = [ "netty-bom"