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-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 2dce1c20 upgrade jackson (#54)
2dce1c20 is described below
commit 2dce1c20fc8f7195e8a76a15e2cef51ca6f906c0
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 6 08:34:20 2023 +0000
upgrade jackson (#54)
---
project/Dependencies.scala | 2 +-
project/Versions.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d712a9b6..af97494e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -38,7 +38,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.13.3" % Test, //
ApacheV2
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2" % Test, //
ApacheV2
// See
http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
"org.hamcrest" % "hamcrest-library" % "2.2" % Test,
"org.hamcrest" % "hamcrest" % "2.2" % Test,
diff --git a/project/Versions.scala b/project/Versions.scala
index b650bd88..45d423ea 100644
--- a/project/Versions.scala
+++ b/project/Versions.scala
@@ -20,7 +20,7 @@ object Versions {
val Scala212 = "2.12.17"
val pekkoVersionForDocs = "current"
- val pekkoVersion = "0.0.0+26623-85c2a469-SNAPSHOT"
+ val pekkoVersion = "0.0.0+26630-2c4d0ee0-SNAPSHOT"
// Keep .scala-steward.conf pin in sync
val kafkaVersion = "3.0.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]