This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-3.3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3.3 by this push:
new 1a1b108dbd4 HADOOP-18178. Upgrade jackson to 2.13.2 and
jackson-databind to 2.13.2.2 (#4147)
1a1b108dbd4 is described below
commit 1a1b108dbd48346180416f9e03c2ff20da355e6b
Author: Akira Ajisaka <[email protected]>
AuthorDate: Mon Apr 11 14:58:28 2022 +0900
HADOOP-18178. Upgrade jackson to 2.13.2 and jackson-databind to 2.13.2.2
(#4147)
(cherry picked from commit 4b786c797a76d00ef33237fde76f2bd6edda7f3a)
Conflicts:
LICENSE-binary
Change-Id: I44042ade3c81a5852f1b81892ec9fbc18921a272
Co-authored-by: PJ Fanning <[email protected]>
Signed-off-by: Akira Ajisaka <[email protected]>
---
LICENSE-binary | 12 ++++++------
hadoop-client-modules/hadoop-client-minicluster/pom.xml | 2 +-
hadoop-client-modules/hadoop-client-runtime/pom.xml | 2 +-
hadoop-project/pom.xml | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 0e93a3aba9f..a7751df0fff 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -217,12 +217,12 @@ com.aliyun.oss:aliyun-sdk-oss:3.13.0
com.amazonaws:aws-java-sdk-bundle:1.11.901
com.cedarsoftware:java-util:1.9.0
com.cedarsoftware:json-io:2.5.1
-com.fasterxml.jackson.core:jackson-annotations:2.10.5
-com.fasterxml.jackson.core:jackson-core:2.10.5
-com.fasterxml.jackson.core:jackson-databind:2.10.5.1
-com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.5
-com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.5
-com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.5
+com.fasterxml.jackson.core:jackson-annotations:2.13.2
+com.fasterxml.jackson.core:jackson-core:2.13.2
+com.fasterxml.jackson.core:jackson-databind:2.13.2.2
+com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.2
+com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.2
+com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.2
com.fasterxml.uuid:java-uuid-generator:3.1.4
com.fasterxml.woodstox:woodstox-core:5.3.0
com.github.davidmoten:rxjava-extras:0.8.0.17
diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
index aa64544e7d1..2764b9e5344 100644
--- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
+++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
@@ -744,7 +744,7 @@
<filter>
<artifact>com.fasterxml.jackson.*:*</artifact>
<excludes>
-
<exclude>META-INF/versions/11/module-info.class</exclude>
+
<exclude>META-INF/versions/9/module-info.class</exclude>
</excludes>
</filter>
diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml
b/hadoop-client-modules/hadoop-client-runtime/pom.xml
index d4f636de712..16adfd0aa52 100644
--- a/hadoop-client-modules/hadoop-client-runtime/pom.xml
+++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml
@@ -246,7 +246,7 @@
<filter>
<artifact>com.fasterxml.jackson.*:*</artifact>
<excludes>
-
<exclude>META-INF/versions/11/module-info.class</exclude>
+
<exclude>META-INF/versions/9/module-info.class</exclude>
</excludes>
</filter>
</filters>
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 93ec9dcd84d..e23c773893f 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -70,8 +70,8 @@
<!-- jackson versions -->
<jackson.version>1.9.13</jackson.version>
- <jackson2.version>2.13.0</jackson2.version>
- <jackson2.databind.version>2.13.0</jackson2.databind.version>
+ <jackson2.version>2.13.2</jackson2.version>
+ <jackson2.databind.version>2.13.2.2</jackson2.databind.version>
<!-- javax ws rs api version -->
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]