@@ -8,7 +8,7 @@ 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.19.7 " ,
11+ " org.reactivemongo" %% " reactivemongo" % " 0.20.2 " ,
1212 // force commons-codec to avoid 1.13 and 1.14 until 1.15 is available
1313 // see JIRA ticket BDOG-612
1414 " commons-codec" % " commons-codec" % " 1.12" force()
@@ -17,7 +17,7 @@ object LibraryDependencies {
1717 " org.slf4j" % " slf4j-api" % " 1.7.26" ,
1818 " org.slf4j" % " log4j-over-slf4j" % " 1.7.26" ,
1919 " com.typesafe.play" %% " play" % play25Version,
20- " org.reactivemongo" %% " reactivemongo-play-json" % " 0.19.7 -play25" ,
20+ " org.reactivemongo" %% " reactivemongo-play-json" % " 0.20.2 -play25" ,
2121 // force dependencies due to security flaws found in jackson-databind < 2.9.x using XRay
2222 " com.fasterxml.jackson.core" % " jackson-core" % " 2.9.8" ,
2323 " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9.8" ,
@@ -32,7 +32,7 @@ object LibraryDependencies {
3232 " org.slf4j" % " log4j-over-slf4j" % " 1.7.26" ,
3333 " com.typesafe.play" %% " play" % play26Version,
3434 " com.typesafe.play" %% " play-guice" % play26Version,
35- " org.reactivemongo" %% " reactivemongo-play-json" % " 0.19.7 -play26"
35+ " org.reactivemongo" %% " reactivemongo-play-json" % " 0.20.2 -play26"
3636 )
3737 )
3838
0 commit comments