From 8a58fc438ffc500ac1de400bb0e8405d8ae92a6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 16:18:04 +0200 Subject: [PATCH] Upgrade to Netty 4.1.79.Final Closes gh-31731 --- 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 147885b7923..c1a087d16c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1319,7 +1319,7 @@ bom { ] } } - library("Netty", "4.1.78.Final") { + library("Netty", "4.1.79.Final") { group("io.netty") { imports = [ "netty-bom"