This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 95820eda15 Update jackson-core to 2.20.0 (#2114)
95820eda15 is described below
commit 95820eda15e2c7d94a60242ed4903d8bf7a6ccaa
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 31 13:56:55 2025 +0800
Update jackson-core to 2.20.0 (#2114)
* Update jackson-core 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 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c61af23c2a..4904508da7 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -39,7 +39,8 @@ object Dependencies {
val nettyVersion = "4.2.4.Final"
val logbackVersion = "1.5.18"
- val jacksonCoreVersion = "2.19.2"
+ val jacksonAnnotationsVersion = "2.20"
+ val jacksonCoreVersion = "2.20.0"
val jacksonDatabindVersion = jacksonCoreVersion
val scala212Version = "2.12.20"
@@ -103,7 +104,7 @@ object Dependencies {
val asnOne = ("com.hierynomus" % "asn-one" % "0.6.0").exclude("org.slf4j",
"slf4j-api")
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" %
jacksonCoreVersion
- val jacksonAnnotations = "com.fasterxml.jackson.core" %
"jackson-annotations" % jacksonCoreVersion
+ val jacksonAnnotations = "com.fasterxml.jackson.core" %
"jackson-annotations" % jacksonAnnotationsVersion
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" %
jacksonDatabindVersion
val jacksonJdk8 = "com.fasterxml.jackson.datatype" %
"jackson-datatype-jdk8" % jacksonCoreVersion
val jacksonJsr310 = "com.fasterxml.jackson.datatype" %
"jackson-datatype-jsr310" % jacksonCoreVersion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]