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/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 05547d939 jackson 2.17 (#647)
05547d939 is described below
commit 05547d939148ef39fcc358930cc46d4d177a7d3b
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 12 12:25:06 2024 +0100
jackson 2.17 (#647)
---
.scala-steward.conf | 8 ++++----
project/Dependencies.scala | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index ff28ca024..645760ec4 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,10 +1,10 @@
updates.pin = [
# pin to hadoop 3.3.x until 3.4.x beomes more widely adopted
{ groupId = "org.apache.hadoop", version = "3.3." }
- # pin to jackson 2.16.x until 2.17.x becomes more stable
- { groupId = "com.fasterxml.jackson.core", version = "2.16." }
- { groupId = "com.fasterxml.jackson.datatype", version = "2.16." }
- { groupId = "com.fasterxml.jackson.module", version = "2.16." }
+ # pin to jackson 2.17.x becomes more stable
+ { groupId = "com.fasterxml.jackson.core", version = "2.17." }
+ { groupId = "com.fasterxml.jackson.datatype", version = "2.17." }
+ { groupId = "com.fasterxml.jackson.module", version = "2.17." }
# pin to protobuf-java 3 - see
https://github.com/apache/pekko-grpc/issues/245
{ groupId = "com.google.protobuf", version = "3." }
# spring-boot 3 requires Java 17
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c6a722423..548ac3bc7 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -71,7 +71,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.1.x
// https://github.com/apache/pekko/blob/main/project/Dependencies.scala
- val JacksonVersion = "2.16.2"
+ val JacksonVersion = "2.17.1"
val JacksonDatabindDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]