We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07915cf commit c82b295Copy full SHA for c82b295
1 file changed
backend/build.sbt
@@ -48,7 +48,7 @@ val reactiveMongoPlayVersion = "1.1.0-play30.RC20"
48
// Play framework 3.x is still bound to older guice version
49
val guiceVersion = "6.0.0"
50
val pureConfigVersion = "0.17.10"
51
-val jacksonVersion = "2.21.1"
+val jacksonVersion = "2.21.2"
52
53
libraryDependencies ++= Seq(
54
"org.reactivemongo" %% "play2-reactivemongo" % reactiveMongoPlayVersion,
0 commit comments