Skip to content

Commit b599c52

Browse files
authored
chore(update): override netty and protobuf-java (#26)
- CVE-2024-7254 - CVE-2025-24970
1 parent c98fa19 commit b599c52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: build.sbt

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ lazy val root = (project in file("."))
9393
"com.raw-labs" %% "das-server-scala" % "0.4.1" % "compile->compile;test->test",
9494
// Databricks
9595
"com.databricks" % "databricks-sdk-java" % "0.41.0" % "compile->compile"),
96+
dependencyOverrides ++= Seq(
97+
"io.netty" % "netty-handler" % "4.1.118.Final",
98+
"com.google.protobuf" % "protobuf-java" % "3.25.5"
99+
),
96100
dockerSettings
97101
)
98102

0 commit comments

Comments
 (0)