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 4db94e2  jackson 2.17 (#156)
4db94e2 is described below

commit 4db94e2999c5197f967e948bda8563732afdbb26
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 13 19:23:59 2024 +0100

    jackson 2.17 (#156)
---
 .scala-steward.conf        | 2 +-
 project/Dependencies.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 45e41f0..a899066 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -12,7 +12,7 @@ updates.pin = [
   { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = 
"0.9." }
 
   # https://github.com/apache/pekko/issues/1202
-  { groupId = "com.fasterxml.jackson.core", version="2.16." }
+  { groupId = "com.fasterxml.jackson.core", version="2.17." }
 
   # Scala 3.3 is a LTS
   { groupId = "org.scala-lang", artifactId = "scala3-library", version = 
"3.3." }
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d709ebf..3b9444b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
     val testContainers = "1.19.8"
     val junit = "4.13.2"
     val h2Driver = "2.2.224"
-    val jackson = "2.16.2" // this should match the version of jackson used by 
pekko-serialization-jackson
+    val jackson = "2.17.1" // this should match the version of jackson used by 
pekko-serialization-jackson
     val logback = "1.3.14"
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to