Skip to content

Commit 0f5b1b0

Browse files
authored
Update netty to 4.1.136.Final and netty-shaded to 1.81.1 in order to … (#348)
* Update netty to 4.1.136.Final and netty-shaded to 1.81.1 in order to patch CVE-2026-44891 * Update assembly settings to fix license files duplication conflicts
1 parent 49a396f commit 0f5b1b0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

project/BuildSettings.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ object BuildSettings {
182182
case x if x.endsWith(".config") => MergeStrategy.first
183183
case x if x.endsWith(".types") => MergeStrategy.first
184184
case x if x.contains("netty") => MergeStrategy.first
185+
case x if x.startsWith("META-INF/license/") => MergeStrategy.rename
185186
case x if x.endsWith("NOTICE") => MergeStrategy.rename
186187
case x if x.contains("LICENSE") => MergeStrategy.rename
187188
case x =>

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ object Dependencies {
5151
val slf4j = "2.0.13"
5252
val thrift = "0.23.0"
5353
val sprayJson = "1.3.6"
54-
val netty = "4.1.135.Final"
55-
val grpcNettyShaded = "1.76.3"
54+
val netty = "4.1.136.Final"
55+
val grpcNettyShaded = "1.81.1"
5656
val protobuf = "4.29.6"
5757
val httpclient = "4.5.13"
5858

0 commit comments

Comments
 (0)