From bcc2951ac92aec7dac0ee49c9175080a36afb40b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 7 May 2024 17:50:14 +0100 Subject: [PATCH] fix link in reference.conf --- serialization-jackson/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serialization-jackson/src/main/resources/reference.conf b/serialization-jackson/src/main/resources/reference.conf index b24266d5788..1570411e479 100644 --- a/serialization-jackson/src/main/resources/reference.conf +++ b/serialization-jackson/src/main/resources/reference.conf @@ -62,7 +62,7 @@ pekko.serialization.jackson { } write { - # see https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core//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 }