jackson 2.16.2 (#1184)

* jackson 2.16.2

* Update reference.conf
This commit is contained in:
PJ Fanning 2024-03-10 14:26:21 +01:00 committed by GitHub
parent 74142920b3
commit 014523b3f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ object Dependencies {
val protobufJavaVersion = "3.25.3"
val logbackVersion = "1.3.14"
val jacksonCoreVersion = "2.16.1"
val jacksonCoreVersion = "2.16.2"
val jacksonDatabindVersion = jacksonCoreVersion
val scala212Version = "2.12.19"

View file

@ -40,7 +40,7 @@ pekko.serialization.jackson {
#//#stream-read-constraints
pekko.serialization.jackson {
read {
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.1/com/fasterxml/jackson/core/StreamReadConstraints.html
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/StreamReadConstraints.html
# these defaults are the same as the defaults in `StreamReadConstraints`
max-nesting-depth = 1000
max-number-length = 1000
@ -51,7 +51,7 @@ pekko.serialization.jackson {
}
write {
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.1/com/fasterxml/jackson/core/StreamWriteConstraints.html
# see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.16.2/com/fasterxml/jackson/core/StreamWriteConstraints.html
# these defaults are the same as the defaults in `StreamWriteConstraints`
max-nesting-depth = 1000
}