We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c9746 commit f9d7ea7Copy full SHA for f9d7ea7
1 file changed
project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
33
lazy val jacksonDatabind =
34
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2"
35
// XXX Version bundled with Spark is vulnerable to CVE-2022-3171
36
- lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.5"
+ lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.9"
37
// XXX Bundled version is vulnerable to CVE-2023-34455
38
lazy val snappyJava = "org.xerial.snappy" % "snappy-java" % "1.1.10.8"
39
}
0 commit comments