Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #64 from hmrc/PLATOPS-1850
Browse files Browse the repository at this point in the history
PLATOPS-1850 Updated dependency on xerces
  • Loading branch information
dabd authored Feb 7, 2019
2 parents b36279f + 6ffb704 commit ec787ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ object LibraryDependencies {
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.7",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.7",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.9.7",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.7"
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.7",
// force dependencies due to security flaws found in xercesImpl 2.11.0
"xerces" % "xercesImpl" % "2.12.0"
),
play26 = Seq(
"org.slf4j" % "slf4j-api" % "1.7.25",
Expand Down

0 comments on commit ec787ed

Please sign in to comment.