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 e720d3f commit 85839a0Copy full SHA for 85839a0
project/Dependencies.scala
@@ -37,5 +37,5 @@ object Dependencies {
37
// XXX Version bundled with Spark is vulnerable to CVE-2022-3171
38
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.5"
39
// XXX Bundled version is vulnerable to CVE-2023-34455
40
- lazy val snappyJava = "org.xerial.snappy" % "snappy-java" % "1.1.10.7"
+ lazy val snappyJava = "org.xerial.snappy" % "snappy-java" % "1.1.10.8"
41
}
0 commit comments