Skip to content

Commit 0b9acc5

Browse files
authored
Upgrade to Jackson 2.9.2 (#27032)
Upgrade to Jackson 2.9.2 and also use a boolean `closed` flag to indicate that a FastStringReader instance is closed, so that length is still correctly reported after the reader is closed.
1 parent 87c9b79 commit 0b9acc5

16 files changed

Lines changed: 18 additions & 19 deletions

buildSrc/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ lucene = 7.1.0-snapshot-f33ed4ba12a
55
# optional dependencies
66
spatial4j = 0.6
77
jts = 1.13
8-
jackson = 2.8.6
9-
snakeyaml = 1.15
8+
jackson = 2.9.2
9+
snakeyaml = 1.18
1010
# when updating log4j, please update also docs/java-api/index.asciidoc
1111
log4j = 2.9.1
1212
slf4j = 1.6.2

client/sniffer/licenses/jackson-core-2.8.6.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aed20e50152a2f19adc1995c8d8f307c7efa414d

core/licenses/jackson-core-2.8.6.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aed20e50152a2f19adc1995c8d8f307c7efa414d

core/licenses/jackson-dataformat-cbor-2.8.6.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9ad705ca14f5d1879dfffc3d94a521bf2f2e8ea7

core/licenses/jackson-dataformat-smile-2.8.6.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a7cf50aff5bd96e3a0ba551a688bf402e2a594c3

core/licenses/jackson-dataformat-yaml-2.8.6.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)