Skip to content

Commit 85839a0

Browse files
scala-stewardmichaelmior
authored andcommitted
Update snappy-java to 1.1.10.8
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent e720d3f commit 85839a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ object Dependencies {
3737
// XXX Version bundled with Spark is vulnerable to CVE-2022-3171
3838
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.5"
3939
// XXX Bundled version is vulnerable to CVE-2023-34455
40-
lazy val snappyJava = "org.xerial.snappy" % "snappy-java" % "1.1.10.7"
40+
lazy val snappyJava = "org.xerial.snappy" % "snappy-java" % "1.1.10.8"
4141
}

0 commit comments

Comments
 (0)