Skip to content

Commit d967a6c

Browse files
authored
chore(update): override netty and protobuf-java (#50)
- CVE-2024-7254 - CVE-2025-24970
1 parent ecc3ff1 commit d967a6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ lazy val root = (project in file("."))
101101
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2"
102102
)
103103
,
104+
dependencyOverrides ++= Seq(
105+
"io.netty" % "netty-handler" % "4.1.118.Final",
106+
"com.google.protobuf" % "protobuf-java" % "3.25.5"
107+
),
104108
dockerSettings
105109
)
106110

0 commit comments

Comments
 (0)