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/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 38b6a6954 jackson 2.16.1 (#427)
38b6a6954 is described below

commit 38b6a69541d64c48c2a781bcbd428d41f2e4517a
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jan 29 23:43:19 2024 +0100

    jackson 2.16.1 (#427)
---
 .scala-steward.conf        | 3 +--
 project/Dependencies.scala | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index e88d5a919..0f2535705 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,6 +1,5 @@
 updates.pin  = [
-  { groupId = "com.fasterxml.jackson.core", version = "2.14." }
-  { groupId = "com.fasterxml.jackson.module", version = "2.14." }
+
 ]
 
 updates.ignore = [
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 26b3d8760..6a4416d25 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -81,7 +81,7 @@ object Dependencies {
       "org.scalatest" %% "scalatest" % ScalaTestVersion,
       "com.dimafeng" %% "testcontainers-scala-scalatest" % 
TestContainersScalaTestVersion,
       "com.novocode" % "junit-interface" % "0.11",
-      "junit" % "junit" % "4.13"))
+      "junit" % "junit" % "4.13.2"))
 
   val Mockito = Seq(
     "org.mockito" % "mockito-core" % mockitoVersion % Test,
@@ -92,7 +92,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.0.x
   // 
https://github.com/apache/incubator-pekko/blob/main/project/Dependencies.scala
-  val JacksonDatabindVersion = "2.14.3"
+  val JacksonDatabindVersion = "2.16.1"
   val JacksonDatabindDependencies = Seq(
     "com.fasterxml.jackson.core" % "jackson-core" % JacksonDatabindVersion,
     "com.fasterxml.jackson.core" % "jackson-databind" % JacksonDatabindVersion)


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

Reply via email to