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 fe2cc805 Update jackson-core, jackson-databind to 2.20.0 (#497)
fe2cc805 is described below
commit fe2cc80598f5710a239435773874a2573a34c88e
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 15:00:14 2025 +0100
Update jackson-core, jackson-databind to 2.20.0 (#497)
* Update jackson-core, jackson-databind to 2.20.0
* Update Dependencies.scala
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
project/Dependencies.scala | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 005e2a9f..9f2164fc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
val awsSdkVersion = "1.12.791"
val guavaVersion = "33.4.8-jre"
- val jacksonVersion = "2.17.3"
+ val jacksonVersion = "2.20.0"
val log4j2Version = "2.25.1"
val logbackVersion = "1.3.15"
@@ -59,7 +59,6 @@ object Dependencies {
"org.eclipse.jetty.http2" % "http2-server" % jettyVersion % Test,
"com.google.guava" % "guava" % guavaVersion % Test,
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion % Test,
- "com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion %
Test,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion % Test,
"commons-io" % "commons-io" % "2.20.0" % Test,
"commons-fileupload" % "commons-fileupload" % "1.6.0" % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]