This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new dd62ec73e jackson 2.17 (#546)
dd62ec73e is described below
commit dd62ec73e49dba981d8306ed42ecafa719f35966
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 8 08:36:56 2024 +0100
jackson 2.17 (#546)
---
.scala-steward.conf | 4 ++--
.../http-jackson/src/main/resources/reference.conf | 6 +++---
project/Dependencies.scala | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index bf07723d8..d566eccf8 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -12,8 +12,8 @@ updates.ignore = [
updates.pin = [
# pin to jackson version used in pekko-core
- { groupId = "com.fasterxml.jackson.core", version = "2.16." },
- { groupId = "com.fasterxml.jackson.dataformat", version = "2.16." },
+ { groupId = "com.fasterxml.jackson.core", version = "2.17." },
+ { groupId = "com.fasterxml.jackson.dataformat", version = "2.17." },
# https://github.com/akka/akka-http/pull/3995#issuecomment-1009951997
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version =
"1." },
# https://github.com/akka/akka-http/pull/3996#issuecomment-1009953070
diff --git
a/http-marshallers-java/http-jackson/src/main/resources/reference.conf
b/http-marshallers-java/http-jackson/src/main/resources/reference.conf
index c645d86fd..6100a9781 100644
--- a/http-marshallers-java/http-jackson/src/main/resources/reference.conf
+++ b/http-marshallers-java/http-jackson/src/main/resources/reference.conf
@@ -9,7 +9,7 @@
pekko.http.marshallers.jackson {
read {
- # see
https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/StreamReadConstraints.html
+ # see
https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.17.1/com/fasterxml/jackson/core/StreamReadConstraints.html
# these defaults are the same as the defaults in `StreamReadConstraints`
max-nesting-depth = 1000
max-number-length = 1000
@@ -20,13 +20,13 @@ pekko.http.marshallers.jackson {
}
write {
- # see
https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/StreamWriteConstraints.html
+ # see
https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.17.1/com/fasterxml/jackson/core/StreamWriteConstraints.html
# these defaults are the same as the defaults in `StreamWriteConstraints`
max-nesting-depth = 1000
}
# Controls the Buffer Recycler Pool implementation used by Jackson.
- #
https://javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/util/JsonRecyclerPools.html
+ #
https://javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.17.1/com/fasterxml/jackson/core/util/JsonRecyclerPools.html
# The default is "thread-local" which is the same as the default in Jackson
2.16.
buffer-recycler {
# the supported values are "thread-local", "lock-free",
"shared-lock-free", "concurrent-deque",
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6397b6709..6b280a15b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -18,7 +18,7 @@ import scala.language.implicitConversions
object Dependencies {
import DependencyHelpers._
- val jacksonDatabindVersion = "2.16.2"
+ val jacksonDatabindVersion = "2.17.1"
val jacksonXmlVersion = jacksonDatabindVersion
val junitVersion = "4.13.2"
val h2specVersion = "2.6.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]