You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/30 09:48:37 UTC

[solr] branch branch_9x updated: SOLR-16213 Upgrade Jackson to 2.13.3 (#877)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 0194f287f42 SOLR-16213 Upgrade Jackson to 2.13.3 (#877)
0194f287f42 is described below

commit 0194f287f4258d715e49749bbf2818bff4c9c00a
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Mon May 30 11:44:01 2022 +0200

    SOLR-16213 Upgrade Jackson to 2.13.3 (#877)
    
    Co-authored-by: Kevin Risden <kr...@apache.org>
    (cherry picked from commit e88cd0f323b1f584f9b25bed5cf6b92b1e35ee39)
---
 solr/CHANGES.txt                                   |  2 ++
 solr/licenses/jackson-annotations-2.13.2.jar.sha1  |  1 -
 solr/licenses/jackson-annotations-2.13.3.jar.sha1  |  1 +
 solr/licenses/jackson-core-2.13.2.jar.sha1         |  1 -
 solr/licenses/jackson-core-2.13.3.jar.sha1         |  1 +
 solr/licenses/jackson-databind-2.13.2.2.jar.sha1   |  1 -
 solr/licenses/jackson-databind-2.13.3.jar.sha1     |  1 +
 .../jackson-dataformat-cbor-2.13.2.jar.sha1        |  1 -
 .../jackson-dataformat-cbor-2.13.3.jar.sha1        |  1 +
 .../jackson-dataformat-smile-2.13.2.jar.sha1       |  1 -
 .../jackson-dataformat-smile-2.13.3.jar.sha1       |  1 +
 .../jackson-dataformat-xml-2.13.2.jar.sha1         |  1 -
 .../jackson-dataformat-xml-2.13.3.jar.sha1         |  1 +
 .../licenses/jackson-datatype-jdk8-2.13.2.jar.sha1 |  1 -
 .../licenses/jackson-datatype-jdk8-2.13.3.jar.sha1 |  1 +
 .../jackson-datatype-jsr310-2.13.2.jar.sha1        |  1 -
 .../jackson-datatype-jsr310-2.13.3.jar.sha1        |  1 +
 .../licenses/jackson-module-kotlin-2.13.2.jar.sha1 |  1 -
 .../licenses/jackson-module-kotlin-2.13.3.jar.sha1 |  1 +
 .../jackson-module-parameter-names-2.13.2.jar.sha1 |  1 -
 .../jackson-module-parameter-names-2.13.3.jar.sha1 |  1 +
 versions.lock                                      | 22 +++++++++++-----------
 versions.props                                     |  2 +-
 23 files changed, 24 insertions(+), 22 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5b12b0f0413..ce08b5e58d5 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -79,6 +79,8 @@ Other Changes
 
 * SOLR-16209: Rolling restart will no longer trigger as much PKI Plugin error logging. (Mike Drob, Tomás Fernández Löbbe)
 
+* SOLR-16213: Upgrade Jackson to 2.13.3 (janhoy)
+
 Build
 ---------------------
 * SOLR-16053: Upgrade scriptDepVersions (Kevin Risden)
diff --git a/solr/licenses/jackson-annotations-2.13.2.jar.sha1 b/solr/licenses/jackson-annotations-2.13.2.jar.sha1
deleted file mode 100644
index 321c5eb1b8d..00000000000
--- a/solr/licenses/jackson-annotations-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ec18851f1976d5b810ae1a5fcc32520d2d38f77a
diff --git a/solr/licenses/jackson-annotations-2.13.3.jar.sha1 b/solr/licenses/jackson-annotations-2.13.3.jar.sha1
new file mode 100644
index 00000000000..d18899233f9
--- /dev/null
+++ b/solr/licenses/jackson-annotations-2.13.3.jar.sha1
@@ -0,0 +1 @@
+7198b3aac15285a49e218e08441c5f70af00fc51
diff --git a/solr/licenses/jackson-core-2.13.2.jar.sha1 b/solr/licenses/jackson-core-2.13.2.jar.sha1
deleted file mode 100644
index 7ac1492b7a8..00000000000
--- a/solr/licenses/jackson-core-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0a6a0e0620d51833feffc67bccb51937b2345763
diff --git a/solr/licenses/jackson-core-2.13.3.jar.sha1 b/solr/licenses/jackson-core-2.13.3.jar.sha1
new file mode 100644
index 00000000000..5c0aa29679b
--- /dev/null
+++ b/solr/licenses/jackson-core-2.13.3.jar.sha1
@@ -0,0 +1 @@
+a27014716e4421684416e5fa83d896ddb87002da
diff --git a/solr/licenses/jackson-databind-2.13.2.2.jar.sha1 b/solr/licenses/jackson-databind-2.13.2.2.jar.sha1
deleted file mode 100644
index d979f980585..00000000000
--- a/solr/licenses/jackson-databind-2.13.2.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ffeb635597d093509f33e1e94274d14be610f933
diff --git a/solr/licenses/jackson-databind-2.13.3.jar.sha1 b/solr/licenses/jackson-databind-2.13.3.jar.sha1
new file mode 100644
index 00000000000..8dc90257505
--- /dev/null
+++ b/solr/licenses/jackson-databind-2.13.3.jar.sha1
@@ -0,0 +1 @@
+56deb9ea2c93a7a556b3afbedd616d342963464e
diff --git a/solr/licenses/jackson-dataformat-cbor-2.13.2.jar.sha1 b/solr/licenses/jackson-dataformat-cbor-2.13.2.jar.sha1
deleted file mode 100644
index 25fb62b5113..00000000000
--- a/solr/licenses/jackson-dataformat-cbor-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4fc77e1ec6922fc48bf1181e4b38f600dac222ff
diff --git a/solr/licenses/jackson-dataformat-cbor-2.13.3.jar.sha1 b/solr/licenses/jackson-dataformat-cbor-2.13.3.jar.sha1
new file mode 100644
index 00000000000..98664cdba44
--- /dev/null
+++ b/solr/licenses/jackson-dataformat-cbor-2.13.3.jar.sha1
@@ -0,0 +1 @@
+bf43eed9de0031521107dfea41d1e5d6bf1b9639
diff --git a/solr/licenses/jackson-dataformat-smile-2.13.2.jar.sha1 b/solr/licenses/jackson-dataformat-smile-2.13.2.jar.sha1
deleted file mode 100644
index 8ca303f192b..00000000000
--- a/solr/licenses/jackson-dataformat-smile-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-984bb22f310ebbedc967d206e672f8acf766a98e
diff --git a/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1 b/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1
new file mode 100644
index 00000000000..689d1fb7cfe
--- /dev/null
+++ b/solr/licenses/jackson-dataformat-smile-2.13.3.jar.sha1
@@ -0,0 +1 @@
+b4e03e361e2388e3a8a0b68e3b9988d3a07ee3f3
diff --git a/solr/licenses/jackson-dataformat-xml-2.13.2.jar.sha1 b/solr/licenses/jackson-dataformat-xml-2.13.2.jar.sha1
deleted file mode 100644
index c6f75072338..00000000000
--- a/solr/licenses/jackson-dataformat-xml-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-cb6a722f128ff0ce2494384d419b6ff20fad25ab
diff --git a/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1 b/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1
new file mode 100644
index 00000000000..f33d7cd54f9
--- /dev/null
+++ b/solr/licenses/jackson-dataformat-xml-2.13.3.jar.sha1
@@ -0,0 +1 @@
+ec52dc41977a927a6ff175042576d716cd55c7c5
diff --git a/solr/licenses/jackson-datatype-jdk8-2.13.2.jar.sha1 b/solr/licenses/jackson-datatype-jdk8-2.13.2.jar.sha1
deleted file mode 100644
index 802cc2326b7..00000000000
--- a/solr/licenses/jackson-datatype-jdk8-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-95f59cf63c3aadc1549578254af839a9c42ae84f
diff --git a/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1 b/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1
new file mode 100644
index 00000000000..badd5ac2432
--- /dev/null
+++ b/solr/licenses/jackson-datatype-jdk8-2.13.3.jar.sha1
@@ -0,0 +1 @@
+d4884595d5aab5babdb00ddbd693b8fd36b5ec3c
diff --git a/solr/licenses/jackson-datatype-jsr310-2.13.2.jar.sha1 b/solr/licenses/jackson-datatype-jsr310-2.13.2.jar.sha1
deleted file mode 100644
index fa557e3c981..00000000000
--- a/solr/licenses/jackson-datatype-jsr310-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-cddd9380efd4b81ea01e98be8fbdc9765a81793b
diff --git a/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1 b/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1
new file mode 100644
index 00000000000..3f42f66e569
--- /dev/null
+++ b/solr/licenses/jackson-datatype-jsr310-2.13.3.jar.sha1
@@ -0,0 +1 @@
+ad2f4c61aeb9e2a8bb5e4a3ed782cfddec52d972
diff --git a/solr/licenses/jackson-module-kotlin-2.13.2.jar.sha1 b/solr/licenses/jackson-module-kotlin-2.13.2.jar.sha1
deleted file mode 100644
index 5f6e7cc1133..00000000000
--- a/solr/licenses/jackson-module-kotlin-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f864b6e8dcf7520d5b9fb3f2dd14c9a67f3c0ea0
diff --git a/solr/licenses/jackson-module-kotlin-2.13.3.jar.sha1 b/solr/licenses/jackson-module-kotlin-2.13.3.jar.sha1
new file mode 100644
index 00000000000..f9c5c7828b2
--- /dev/null
+++ b/solr/licenses/jackson-module-kotlin-2.13.3.jar.sha1
@@ -0,0 +1 @@
+5e1944bc4efe2f5a5dcf286a83976fed61c1c65b
diff --git a/solr/licenses/jackson-module-parameter-names-2.13.2.jar.sha1 b/solr/licenses/jackson-module-parameter-names-2.13.2.jar.sha1
deleted file mode 100644
index 1c65c131bdb..00000000000
--- a/solr/licenses/jackson-module-parameter-names-2.13.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c406ec37f89125d1003093d5b96d216dc967153c
diff --git a/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1 b/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1
new file mode 100644
index 00000000000..a54b6185036
--- /dev/null
+++ b/solr/licenses/jackson-module-parameter-names-2.13.3.jar.sha1
@@ -0,0 +1 @@
+f71c4ecc1a403787c963f68bc619b78ce1d2687b
diff --git a/versions.lock b/versions.lock
index 11d72336dd8..c0da084b428 100644
--- a/versions.lock
+++ b/versions.lock
@@ -5,11 +5,11 @@ com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.9 (2 constraints
 com.cybozu.labs:langdetect:1.1-20120112 (1 constraints: 5c066d5e)
 com.epam:parso:2.0.14 (1 constraints: 8e0c750e)
 com.esri.geometry:esri-geometry-api:2.2.0 (1 constraints: 5c0db22c)
-com.fasterxml.jackson:jackson-bom:2.13.2.20220328 (11 constraints: 97e053cb)
-com.fasterxml.jackson.core:jackson-annotations:2.13.2 (8 constraints: 368f313c)
-com.fasterxml.jackson.core:jackson-core:2.13.2 (13 constraints: 00f8d37f)
-com.fasterxml.jackson.core:jackson-databind:2.13.2.2 (16 constraints: b233ee51)
-com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.2 (1 constraints: b80ea566)
+com.fasterxml.jackson:jackson-bom:2.13.3 (11 constraints: e1de7271)
+com.fasterxml.jackson.core:jackson-annotations:2.13.3 (8 constraints: 3b8f1d41)
+com.fasterxml.jackson.core:jackson-core:2.13.3 (13 constraints: 08f8728c)
+com.fasterxml.jackson.core:jackson-databind:2.13.3 (16 constraints: 5a33b8f5)
+com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.3 (1 constraints: b90ea666)
 com.fasterxml.woodstox:woodstox-core:6.2.8 (3 constraints: ba28f6ba)
 com.github.ben-manes.caffeine:caffeine:3.0.5 (1 constraints: 0a05ff35)
 com.github.jai-imageio:jai-imageio-core:1.4.0 (1 constraints: 5c0ced01)
@@ -301,12 +301,12 @@ com.amazonaws:aws-java-sdk-core:1.12.15 (2 constraints: 501a5183)
 com.amazonaws:aws-java-sdk-kms:1.12.15 (1 constraints: d60cb42a)
 com.amazonaws:aws-java-sdk-s3:1.12.15 (1 constraints: e0125c30)
 com.amazonaws:jmespath-java:1.12.15 (2 constraints: 501a5183)
-com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.2 (2 constraints: 5e1c10f1)
-com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.2 (2 constraints: a519c612)
-com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.2 (2 constraints: 0724bc81)
-com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2 (3 constraints: 753d9d0e)
-com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2 (2 constraints: a41dd55f)
-com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.2 (2 constraints: 0724bc81)
+com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.3 (2 constraints: 5f1c11f1)
+com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.3 (2 constraints: a619c712)
+com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.3 (2 constraints: 0824f881)
+com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3 (3 constraints: 763d1e0f)
+com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3 (2 constraints: a51d0260)
+com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.3 (2 constraints: 0824f881)
 com.github.stephenc.jcip:jcip-annotations:1.0-1 (2 constraints: c5188bde)
 com.google.cloud:google-cloud-nio:0.123.18 (1 constraints: cc0e1c7b)
 com.nimbusds:content-type:2.2 (1 constraints: d80b68eb)
diff --git a/versions.props b/versions.props
index 945fc302d1c..4247a5e238b 100644
--- a/versions.props
+++ b/versions.props
@@ -2,7 +2,7 @@ com.adobe.testing:s3mock-junit4=2.1.34
 com.carrotsearch.randomizedtesting:*=2.7.9
 com.carrotsearch:hppc=0.8.2
 com.cybozu.labs:langdetect=1.1-20120112
-com.fasterxml.jackson:jackson-bom=2.13.2.20220328
+com.fasterxml.jackson:jackson-bom=2.13.3
 com.fasterxml.woodstox:woodstox-core=6.2.8
 com.github.ben-manes.caffeine:caffeine=3.0.5
 com.github.spotbugs:*=4.5.3