mirror of https://github.com/apache/lucene.git
SOLR-13818: Upgrade jackson to 2.10.0
Signed-off-by: Kevin Risden <krisden@apache.org>
This commit is contained in:
parent
f9e15839bf
commit
07e4d86207
|
@ -17,10 +17,10 @@ com.carrotsearch.randomizedtesting.version = 2.7.2
|
|||
|
||||
/com.epam/parso = 2.0.9
|
||||
|
||||
com.fasterxml.jackson.core.version = 2.9.9
|
||||
com.fasterxml.jackson.core.version = 2.10.0
|
||||
/com.fasterxml.jackson.core/jackson-annotations = ${com.fasterxml.jackson.core.version}
|
||||
/com.fasterxml.jackson.core/jackson-core = ${com.fasterxml.jackson.core.version}
|
||||
/com.fasterxml.jackson.core/jackson-databind = 2.9.9.3
|
||||
/com.fasterxml.jackson.core/jackson-databind = ${com.fasterxml.jackson.core.version}
|
||||
/com.fasterxml.jackson.dataformat/jackson-dataformat-smile = ${com.fasterxml.jackson.core.version}
|
||||
|
||||
/com.github.ben-manes.caffeine/caffeine = 2.8.0
|
||||
|
|
|
@ -236,6 +236,8 @@ Other Changes
|
|||
* SOLR-13998: Add thread safety annotations to Solr. This only introduces the annotations and doesn't add these to
|
||||
existing classes. (Anshum Gupta, Mark Miller)
|
||||
|
||||
* SOLR-13818: Upgrade jackson to 2.10.0 (marungo, Andras Salamon via Kevin Risden)
|
||||
|
||||
================== 8.3.1 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
e01cfd93b80d6773b3f757c78e756c9755b47b81
|
|
@ -1 +0,0 @@
|
|||
2ea299c145207161c212e28abbc8f513fa245940
|
|
@ -0,0 +1 @@
|
|||
4e2c5fa04648ec9772c63e2101c53af6504e624e
|
|
@ -1 +0,0 @@
|
|||
bfff5af9fb8347d26bbb7959cb9b4fe9a2b0ca5e
|
|
@ -0,0 +1 @@
|
|||
1127c9cf62f2bb3121a3a2a0a1351d251a602117
|
|
@ -1 +0,0 @@
|
|||
68ddd453458765757fd3ffca9437f9a42d91003e
|
|
@ -0,0 +1 @@
|
|||
e761e9b93d2da05e5ea1bc4deff1d75cb13b106b
|
|
@ -1 +0,0 @@
|
|||
85749406c69b08945d6059db679cc66990340ebc
|
Loading…
Reference in New Issue