From 567cffa89638af386cfa83466fe243f568fa6489 Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 25 Mar 2024 12:00:56 +0000 Subject: [PATCH] Update netty-handler from 4.1.107.Final to 4.1.108.Final --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e6ad283d2..70c360ac2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { val akkaHttpV = "10.2.10" val jacksonV = "2.13.5" val jacksonHotfixV = "2.13.5" // for when only some of the Jackson libs have hotfix releases - val nettyV = "4.1.107.Final" + val nettyV = "4.1.108.Final" val workbenchLibsHash = "d314413" // see https://github.com/broadinstitute/workbench-libs readme for hash values def excludeGuava(m: ModuleID): ModuleID = m.exclude("com.google.guava", "guava")