Skip to content

Commit

Permalink
jackson 2.16.2 (#1184)
Browse files Browse the repository at this point in the history
* jackson 2.16.2

* Update reference.conf
  • Loading branch information
pjfanning authored Mar 10, 2024
1 parent 7414292 commit 014523b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions serialization-jackson/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
Expand Down

0 comments on commit 014523b

Please sign in to comment.