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

Commit 3dda5c4

Browse files
authored
Merge pull request #69 from hmrc/BDOG-234-rm-0-17-0
BDOG-234 update reactive mongo to 0.17.1
2 parents 4e4d1ec + 2ac9ea5 commit 3dda5c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# simple-reactivemongo
23

34
[![Join the chat at https://gitter.im/hmrc/simple-reactivemongo](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hmrc/simple-reactivemongo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Apache-2.0 license](http://img.shields.io/badge/license-Apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Build Status](https://travis-ci.org/hmrc/simple-reactivemongo.svg)](https://travis-ci.org/hmrc/simple-reactivemongo) [ ![Download](https://api.bintray.com/packages/hmrc/releases/simple-reactivemongo/images/download.svg) ](https://bintray.com/hmrc/releases/simple-reactivemongo/_latestVersion) [![Stories in Ready](https://badge.waffle.io/hmrc/simple-reactivemongo.png?label=ready&title=Ready)](https://waffle.io/hmrc/simple-reactivemongo)

project/LibraryDependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ object LibraryDependencies {
88
val compile: Seq[ModuleID] = PlayCrossCompilation.dependencies(
99
shared = Seq(
1010
"com.github.nscala-time" %% "nscala-time" % "2.22.0",
11-
"org.reactivemongo" %% "reactivemongo" % "0.16.4"
11+
"org.reactivemongo" %% "reactivemongo" % "0.17.1"
1212
),
1313
play25 = Seq(
1414
"org.slf4j" % "slf4j-api" % "1.7.26",
1515
"org.slf4j" % "log4j-over-slf4j" % "1.7.26",
1616
"com.typesafe.play" %% "play" % play25Version,
17-
"org.reactivemongo" %% "reactivemongo-play-json" % "0.16.4-play25",
17+
"org.reactivemongo" %% "reactivemongo-play-json" % "0.17.1-play25",
1818
// force dependencies due to security flaws found in jackson-databind < 2.9.x using XRay
1919
"com.fasterxml.jackson.core" % "jackson-core" % "2.9.8",
2020
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.8",
@@ -29,7 +29,7 @@ object LibraryDependencies {
2929
"org.slf4j" % "log4j-over-slf4j" % "1.7.26",
3030
"com.typesafe.play" %% "play" % play26Version,
3131
"com.typesafe.play" %% "play-guice" % play26Version,
32-
"org.reactivemongo" %% "reactivemongo-play-json" % "0.16.4-play26"
32+
"org.reactivemongo" %% "reactivemongo-play-json" % "0.17.1-play26"
3333
)
3434
)
3535

0 commit comments

Comments
 (0)