From b5d49ccedb25837e95240d000316b534c74b4646 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 14:48:50 +0000 Subject: [PATCH] Update jackson-databind to 2.21.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 51c4f6fb..dead115c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,7 +38,7 @@ object Dependencies { val testContainers = "2.0.5" val junit = "4.13.2" val h2Driver = "2.4.240" - val jackson = "2.21.4" // this should match the version of jackson used by pekko-serialization-jackson + val jackson = "2.21.5" // this should match the version of jackson used by pekko-serialization-jackson val logback = "1.5.37" }