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 bffbdc37 jackson 2.17 (#226)
bffbdc37 is described below

commit bffbdc3787fe5063d53bbcdec05f2e9623a69872
Author: PJ Fanning <[email protected]>
AuthorDate: Thu May 9 18:16:38 2024 +0100

    jackson 2.17 (#226)
---
 .scala-steward.conf        | 2 +-
 project/Dependencies.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index d4add063..447b4ea1 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,6 +1,6 @@
 updates.pin = [
   # https://github.com/apache/pekko/issues/1202
-  {groupId = "com.fasterxml.jackson.core", version = "2.16."}
+  {groupId = "com.fasterxml.jackson.core", version = "2.17."}
   # 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 ebfdb8a8..deee05b8 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
 
   val awsSdkVersion = "1.12.715"
   val guavaVersion = "33.2.0-jre"
-  val jacksonVersion = "2.16.2"
+  val jacksonVersion = "2.17.1"
 
   val log4j2Version = "2.23.1"
   val logbackVersion = "1.3.14"


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

Reply via email to