This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 6d03712 Update jackson-databind to 2.20.0 (#310)
6d03712 is described below
commit 6d03712fa21039712d4b58eeea05d0a74ba135c8
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 28 14:37:57 2025 +0100
Update jackson-databind to 2.20.0 (#310)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f0fa78c..576f34c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
val testContainers = "1.21.3"
val junit = "4.13.2"
val h2Driver = "2.4.240"
- val jackson = "2.17.3" // this should match the version of jackson used by
pekko-serialization-jackson
+ val jackson = "2.20.0" // this should match the version of jackson used by
pekko-serialization-jackson
val logback = "1.5.18"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]