File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ val reactiveMongoPlayVersion = "1.1.0-play30.RC20"
4848// Play framework 3.x is still bound to older guice version
4949val guiceVersion = " 6.0.0"
5050val pureConfigVersion = " 0.17.10"
51- val jacksonVersion = " 2.21.1 "
51+ val jacksonVersion = " 2.21.4 "
5252
5353libraryDependencies ++= Seq (
5454 " org.reactivemongo" %% " play2-reactivemongo" % reactiveMongoPlayVersion,
@@ -100,7 +100,7 @@ dependencyOverrides ++= Seq(
100100 " com.fasterxml.jackson.core" % " jackson-databind" % jacksonVersion,
101101 " com.fasterxml.jackson.core" % " jackson-core" % jacksonVersion,
102102 // jackson-annotations dropped patch versions from 2.20+; only publishes minor (e.g. "2.21")
103- " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.21 " ,
103+ " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.22 " ,
104104)
105105
106106Test / javaOptions += " -Dconfig.file=conf/test.conf"
You can’t perform that action at this time.
0 commit comments