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

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 7598357f jackson 2.17 (#182)
7598357f is described below

commit 7598357f04584d77b1db9da637ba3798375805a8
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 7 21:57:32 2024 +0100

    jackson 2.17 (#182)
---
 .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 5f09c9ae..5d27de44 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -8,7 +8,7 @@ updates.pin = [
   # Pin logback to v1.3.x because v1.4.x needs JDK11
   { groupId = "ch.qos.logback", version="1.3." }
   # 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." }
   # protobuf 4 is not well supported
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 01b835fd..f5ccae2a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
     "org.testcontainers" % "kafka" % testcontainersVersion % Test,
     "org.scalatest" %% "scalatest" % scalaTestVersion % Test,
     "io.spray" %% "spray-json" % "1.3.6" % Test,
-    "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.2" % Test,
+    "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1" % Test,
     // See 
http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
     "org.hamcrest" % "hamcrest-library" % "2.2" % Test,
     "org.hamcrest" % "hamcrest" % "2.2" % Test,


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

Reply via email to