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


The following commit(s) were added to refs/heads/main by this push:
     new 25864c723 jackson 2.19.0 (#1048)
25864c723 is described below

commit 25864c7234c3490d0d881c88c3fc54e1f19414cf
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Apr 27 10:54:16 2025 +0200

    jackson 2.19.0 (#1048)
---
 .scala-steward.conf        | 2 --
 project/Dependencies.scala | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 94e975166..40749e048 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,8 +1,6 @@
 updates.pin  = [
   # pin to hadoop 3.3.x until 3.4.x beomes more widely adopted
   { groupId = "org.apache.hadoop", version = "3.3." }
-  # pin to jackson 2.17.x becomes more stable
-  { groupId = "com.fasterxml.jackson.module", version = "2.17." }
   # pin to protobuf-java 3 - see 
https://github.com/apache/pekko-grpc/issues/245
   { groupId = "com.google.protobuf", version = "3." }
   # spring-boot 3 requires Java 17
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2d438549f..5a6b6d2e9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -73,7 +73,7 @@ object Dependencies {
   // CVE issues 
https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
   // This should align with the Jackson minor version used in Pekko 1.1.x
   // https://github.com/apache/pekko/blob/main/project/Dependencies.scala
-  val JacksonVersion = "2.17.3"
+  val JacksonVersion = "2.19.0"
   val JacksonDatabindDependencies = Seq(
     "com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
     "com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion)


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

Reply via email to