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 52cdad1c pin to jackson 2.16 (#171)
52cdad1c is described below

commit 52cdad1c96bfe502290049b1a699e473fce97dd3
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Apr 7 12:21:27 2024 +0200

    pin to jackson 2.16 (#171)
    
    * pin to jackson 2.16
    
    * Update .scala-steward.conf
---
 .scala-steward.conf        | 2 ++
 project/Dependencies.scala | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 715cda0e..faf588ea 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -7,6 +7,8 @@ updates.pin = [
   { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = 
"0.9." }
   # 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." }
   # 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 f182c19b..29007c6a 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.14.3" % Test,
+    "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.2" % 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