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 20da4165d jackson 2.14.2 (#79)
20da4165d is described below
commit 20da4165dde61403424ece118f953f753f6aa008
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Apr 5 18:28:28 2023 +0000
jackson 2.14.2 (#79)
* jackson 2.14.2
* pekko deps
---
project/Dependencies.scala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c4d856b85..a1edfb0f2 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -18,7 +18,7 @@ object Dependencies {
val Scala212 = "2.12.17"
val ScalaVersions = Seq(Scala213, Scala212)
- val PekkoVersion = "0.0.0+26623-85c2a469-SNAPSHOT"
+ val PekkoVersion = "0.0.0+26629-321c5721-SNAPSHOT"
val AkkaBinaryVersion = "2.6"
val InfluxDBJavaVersion = "2.15"
@@ -27,7 +27,7 @@ object Dependencies {
val AwsSpiPekkoHttpVersion = "0.1.0-SNAPSHOT"
// Sync with plugins.sbt
val PekkoGrpcBinaryVersion = "2.1"
- val PekkoHttpVersion = "0.0.0+4334-7826b8b0-SNAPSHOT"
+ val PekkoHttpVersion = "0.0.0+4338-c98db6bd-SNAPSHOT"
val AkkaHttpBinaryVersion = "10.2"
val ScalaTestVersion = "3.2.11"
val TestContainersScalaTestVersion = "0.40.3"
@@ -70,7 +70,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.11.4"
+ val JacksonDatabindVersion = "2.14.2"
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]