This is an automated email from the ASF dual-hosted git repository.
brahma pushed a commit to branch branch-3.2.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2.3 by this push:
new a7a8529 HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us
from the endless CVE patches (#3748)
a7a8529 is described below
commit a7a85292adffd25eae92635e1c1001f79845c6d4
Author: Akira Ajisaka <[email protected]>
AuthorDate: Fri Dec 10 16:24:06 2021 +0900
HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the
endless CVE patches (#3748)
(cherry picked from commit 69faaa1d58ad7de18a8dfa477531653a2c061568)
Conflicts:
hadoop-project/pom.xml
(cherry picked from commit bc6874139f534af81a83523cf10508d3d16a032f)
---
hadoop-client-modules/hadoop-client-runtime/pom.xml | 7 +++++++
hadoop-project/pom.xml | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml
b/hadoop-client-modules/hadoop-client-runtime/pom.xml
index 65b9e78..a44d850 100644
--- a/hadoop-client-modules/hadoop-client-runtime/pom.xml
+++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml
@@ -335,6 +335,13 @@
</excludes>
</relocation>
<relocation>
+ <pattern>javax/xml/bind/</pattern>
+
<shadedPattern>${shaded.dependency.prefix}.javax.xml.bind.</shadedPattern>
+ <excludes>
+ <exclude>**/pom.xml</exclude>
+ </excludes>
+ </relocation>
+ <relocation>
<pattern>net/</pattern>
<shadedPattern>${shaded.dependency.prefix}.net.</shadedPattern>
<excludes>
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 4e28c22..8a4dcc7 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -69,8 +69,8 @@
<!-- jackson versions -->
<jackson.version>1.9.13</jackson.version>
- <jackson2.version>2.9.10</jackson2.version>
- <jackson2.databind.version>2.9.10.4</jackson2.databind.version>
+ <jackson2.version>2.10.3</jackson2.version>
+ <jackson2.databind.version>2.10.3</jackson2.databind.version>
<!-- httpcomponents versions -->
<httpclient.version>4.5.13</httpclient.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]