Skip to content

Commit f6893e6

Browse files
authored
Update netty to patch CVE-2025-67735 (#334)
1 parent f8ed90e commit f6893e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 log4j = "2.25.3"
5252
val thrift = "0.20.0"
5353
val sprayJson = "1.3.6"
54-
val netty = "4.1.128.Final"
55-
val grpcNettyShaded = "1.76.1"
54+
val netty = "4.1.130.Final"
55+
val grpcNettyShaded = "1.76.3"
5656
val protobuf = "4.29.6"
5757
val httpclient = "4.5.13"
5858

0 commit comments

Comments
 (0)