Skip to content

Commit

Permalink
CORE-69: Update netty-handler from 4.1.115.Final to 4.1.116.Final (#1523
Browse files Browse the repository at this point in the history
)

Co-authored-by: David An <[email protected]>
  • Loading branch information
broadbot and davidangb authored Jan 2, 2025
1 parent 1242b66 commit e5c8ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e5c8ee9

Please sign in to comment.