From 20fbe74dfeacecfd324dcb230938f5c8a59dcc55 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:25 +0100 Subject: [PATCH] Upgrade to Netty 4.1.111.Final Closes gh-41063 --- 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 6fd0ab3cca..07da2b5bc0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1082,7 +1082,7 @@ bom { ] } } - library("Netty", "4.1.110.Final") { + library("Netty", "4.1.111.Final") { group("io.netty") { imports = [ "netty-bom"