Skip to content

Commit 75da920

Browse files
committed
Updated xercesImpl to mitigate CVE-2022-23437
1 parent 56953ba commit 75da920

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
@@ -45,7 +45,7 @@ object Dependencies {
4545
lazy val scala_parallel_collections = "org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0"
4646
lazy val rhino = "org.mozilla" % "rhino" % "1.7.15"
4747
lazy val scala_parser = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"
48-
lazy val xerces = "xerces" % "xercesImpl" % "2.12.0"
48+
lazy val xerces = "xerces" % "xercesImpl" % "2.12.2"
4949

5050
lazy val scala_compiler: ModuleMap = (version: String) => {
5151
if (version.startsWith("2")) {

0 commit comments

Comments
 (0)