From e5c8ee9c2cab159e4f9c78d8939c97ab71c3d8e9 Mon Sep 17 00:00:00 2001 From: Broad Bot <61600560+broadbot@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:04:45 -0600 Subject: [PATCH] CORE-69: Update netty-handler from 4.1.115.Final to 4.1.116.Final (#1523) Co-authored-by: David An --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7ad7ce9c3..3dec52dc8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { val akkaHttpV = "10.6.3" val jacksonV = "2.18.2" val jacksonHotfixV = "2.18.2" // for when only some of the Jackson libs have hotfix releases - val nettyV = "4.1.115.Final" + val nettyV = "4.1.116.Final" val workbenchLibsHash = "3e0cf25" // see https://github.com/broadinstitute/workbench-libs readme for hash values def excludeGuava(m: ModuleID): ModuleID = m.exclude("com.google.guava", "guava")