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 #77 from hmrc/BDOG-657
Browse files Browse the repository at this point in the history
BDOG-657 Revert reactivemongo back to 0.18.8
  • Loading branch information
colin-lamed authored Mar 23, 2020
2 parents 8992642 + 26d03f2 commit ae332af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object LibraryDependencies {
val compile: Seq[ModuleID] = PlayCrossCompilation.dependencies(
shared = Seq(
"com.github.nscala-time" %% "nscala-time" % "2.22.0",
"org.reactivemongo" %% "reactivemongo" % "0.20.2",
"org.reactivemongo" %% "reactivemongo" % "0.18.8",
"org.slf4j" % "slf4j-api" % "1.7.26",
"org.slf4j" % "log4j-over-slf4j" % "1.7.26",
// force commons-codec to avoid 1.13 and 1.14 until 1.15 is available
Expand All @@ -18,7 +18,7 @@ object LibraryDependencies {
),
play25 = Seq(
"com.typesafe.play" %% "play" % play25Version,
"org.reactivemongo" %% "reactivemongo-play-json" % "0.20.2-play25",
"org.reactivemongo" %% "reactivemongo-play-json" % "0.18.8-play25",
// force dependencies due to security flaws found in jackson-databind < 2.9.x using XRay
"com.fasterxml.jackson.core" % "jackson-core" % "2.9.8",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.8",
Expand All @@ -31,12 +31,12 @@ object LibraryDependencies {
play26 = Seq(
"com.typesafe.play" %% "play" % play26Version,
"com.typesafe.play" %% "play-guice" % play26Version,
"org.reactivemongo" %% "reactivemongo-play-json" % "0.20.2-play26"
"org.reactivemongo" %% "reactivemongo-play-json" % "0.18.8-play26"
),
play27 = Seq(
"com.typesafe.play" %% "play" % play27Version,
"com.typesafe.play" %% "play-guice" % play27Version,
"org.reactivemongo" %% "reactivemongo-play-json" % "0.20.2-play27"
"org.reactivemongo" %% "reactivemongo-play-json" % "0.18.8-play27"
)
)

Expand Down

0 comments on commit ae332af

Please sign in to comment.