Skip to content

Commit

Permalink
Update org.xerial.snappy:snappy-java to 1.1.10.5
Browse files Browse the repository at this point in the history
Version 1.1.10.3 was flagged by Snyk as having a vulnerability, which
was fixed in v1.1.10.4.
  • Loading branch information
emdash-ie authored and Emily Bourke committed Dec 14, 2023
1 parent d912fbf commit d00f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val core = project.settings(
libraryDependencies ++= versionDependent(scalaBinaryVersion.value, handlesAnnotations=false,
compilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)).toSeq ++ Seq(
"org.apache.avro" % "avro" % "1.11.1",
"org.xerial.snappy" % "snappy-java" % "1.1.10.3",
"org.xerial.snappy" % "snappy-java" % "1.1.10.5",
"org.parboiled" %% "parboiled" % "2.5.0",
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
Expand Down

0 comments on commit d00f4d6

Please sign in to comment.