From 084ab700332c72d0a48ca6532948a0aee13d9f3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 03:35:56 +0000 Subject: [PATCH] Update jackson monorepo --- backend/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.sbt b/backend/build.sbt index 0165651f..8e047b73 100644 --- a/backend/build.sbt +++ b/backend/build.sbt @@ -48,7 +48,7 @@ val reactiveMongoPlayVersion = "1.1.0-play30.RC19" // Play framework 3.x is still bound to older guice version val guiceVersion = "6.0.0" val pureConfigVersion = "0.17.9" -val jacksonVersion = "2.19.0" +val jacksonVersion = "2.20" libraryDependencies ++= Seq( "org.reactivemongo" %% "play2-reactivemongo" % reactiveMongoPlayVersion,