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-management.git


The following commit(s) were added to refs/heads/main by this push:
     new fa4fd79a jackson 2.16.2 (#197)
fa4fd79a is described below

commit fa4fd79a5c08dc3091ae668039ea4e48533d9a93
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Apr 7 14:39:50 2024 +0200

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

diff --git a/.scala-steward.conf b/.scala-steward.conf
index 82d711aa..d52a2cbb 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,7 +1,6 @@
 updates.pin = [
-  # To be updated in tandem with upstream Pekko
-  {groupId = "com.fasterxml.jackson.core", version = "2.11."}
-  {groupId = "org.scalatest", artifactId = "scalatest", version = "3.1."}
+  # 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." }
   # Pin logback to v1.3.x because v1.4.x needs JDK11
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 13630ec7..3f8461c0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
   val scalaTestPlusJUnitVersion = scalaTestVersion + ".0"
 
   val awsSdkVersion = "1.12.696"
-  val jacksonVersion = "2.14.3"
+  val jacksonVersion = "2.16.2"
 
   val log4j2Version = "2.23.1"
   val log4j2Slf4j2Version = "2.23.1"


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

Reply via email to