From d3ac725bad5b755ca5a4fe499fa3270224a79f70 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:47:25 +0100 Subject: [PATCH] Upgrade to Netty 4.1.78.Final Closes gh-31648 --- 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 edc76d94a1..7e9fbb7d53 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1084,7 +1084,7 @@ bom { ] } } - library("Netty", "4.1.77.Final") { + library("Netty", "4.1.78.Final") { group("io.netty") { imports = [ "netty-bom"