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.git


The following commit(s) were added to refs/heads/main by this push:
     new c2fb2f7df2 Update jackson-core to 2.21.0 and 3.0.4 (#2639)
c2fb2f7df2 is described below

commit c2fb2f7df276e669cd83014557104869ac90eccb
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jan 28 18:58:51 2026 +0100

    Update jackson-core to 2.21.0 and 3.0.4 (#2639)
    
    * Update jackson-core to 2.20.2
    
    * Upgrade Jackson library versions
    
    Updated Jackson library versions to 2.21 and 3.0.4
    
    ---------
    
    Co-authored-by: PJ Fanning <[email protected]>
---
 project/Dependencies.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 128b1cd895..8463fc5bae 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -37,9 +37,9 @@ object Dependencies {
   val nettyVersion = "4.2.9.Final"
   val logbackVersion = "1.5.26"
 
-  val jacksonAnnotationsVersion = "2.20"
-  val jacksonVersion2 = "2.20.1"
-  val jacksonVersion3 = "3.0.3"
+  val jacksonAnnotationsVersion = "2.21"
+  val jacksonVersion2 = "2.21.0"
+  val jacksonVersion3 = "3.0.4"
 
   val scala213Version = "2.13.18"
   val scala3Version = "3.3.7"


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

Reply via email to