This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/1.3.x by this push:
     new 289913652a Update jackson-core to 2.20.0 (#2114) (#2354)
289913652a is described below

commit 289913652ac45e9167d9cb443ee6e65b9a4fb06f
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Oct 22 12:02:58 2025 +0100

    Update jackson-core to 2.20.0 (#2114) (#2354)
    
    * Update jackson-core to 2.20.0
    
    * Update Dependencies.scala
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4a491669a2..e39100eb6a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -39,7 +39,8 @@ object Dependencies {
   val nettyVersion = "4.2.5.Final"
   val logbackVersion = "1.3.15"
 
-  val jacksonCoreVersion = "2.19.2"
+  val jacksonAnnotationsVersion = "2.20"
+  val jacksonCoreVersion = "2.20.0"
   val jacksonDatabindVersion = jacksonCoreVersion
 
   val scala212Version = "2.12.20"
@@ -103,7 +104,7 @@ object Dependencies {
     val asnOne = ("com.hierynomus" % "asn-one" % "0.6.0").exclude("org.slf4j", 
"slf4j-api")
 
     val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % 
jacksonCoreVersion
-    val jacksonAnnotations = "com.fasterxml.jackson.core" % 
"jackson-annotations" % jacksonCoreVersion
+    val jacksonAnnotations = "com.fasterxml.jackson.core" % 
"jackson-annotations" % jacksonAnnotationsVersion
     val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % 
jacksonDatabindVersion
     val jacksonJdk8 = "com.fasterxml.jackson.datatype" % 
"jackson-datatype-jdk8" % jacksonCoreVersion
     val jacksonJsr310 = "com.fasterxml.jackson.datatype" % 
"jackson-datatype-jsr310" % jacksonCoreVersion


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

Reply via email to