This is an automated email from the ASF dual-hosted git repository.
hepin 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 38d5c82 Update jackson-databind to 2.21.0 (#393)
38d5c82 is described below
commit 38d5c82e63be9589cadb54397be0631710bb00d6
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jan 28 17:49:42 2026 +0100
Update jackson-databind to 2.21.0 (#393)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5c323a1..bd65a28 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
val testContainers = "2.0.3"
val junit = "4.13.2"
val h2Driver = "2.4.240"
- val jackson = "2.20.2" // this should match the version of jackson used by
pekko-serialization-jackson
+ val jackson = "2.21.0" // this should match the version of jackson used by
pekko-serialization-jackson
val logback = "1.5.25"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]