Skip to content

Commit d7430b2

Browse files
Update jackson monorepo
1 parent 0763c1b commit d7430b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4949
val guiceVersion = "6.0.0"
5050
val pureConfigVersion = "0.17.10"
51-
val jacksonVersion = "2.21.1"
51+
val jacksonVersion = "2.21.4"
5252

5353
libraryDependencies ++= 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

106106
Test / javaOptions += "-Dconfig.file=conf/test.conf"

0 commit comments

Comments
 (0)