Skip to content

Commit a7a8529

Browse files
aajisakabrahmareddybattula
authored andcommitted
HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches (#3748)
(cherry picked from commit 69faaa1) Conflicts: hadoop-project/pom.xml (cherry picked from commit bc68741)
1 parent 4e9b9ad commit a7a8529

File tree

2 files changed

+9
-2
lines changed
  • hadoop-client-modules/hadoop-client-runtime
  • hadoop-project

2 files changed

+9
-2
lines changed

hadoop-client-modules/hadoop-client-runtime/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,13 @@
334334
<exclude>**/pom.xml</exclude>
335335
</excludes>
336336
</relocation>
337+
<relocation>
338+
<pattern>javax/xml/bind/</pattern>
339+
<shadedPattern>${shaded.dependency.prefix}.javax.xml.bind.</shadedPattern>
340+
<excludes>
341+
<exclude>**/pom.xml</exclude>
342+
</excludes>
343+
</relocation>
337344
<relocation>
338345
<pattern>net/</pattern>
339346
<shadedPattern>${shaded.dependency.prefix}.net.</shadedPattern>

hadoop-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969

7070
<!-- jackson versions -->
7171
<jackson.version>1.9.13</jackson.version>
72-
<jackson2.version>2.9.10</jackson2.version>
73-
<jackson2.databind.version>2.9.10.4</jackson2.databind.version>
72+
<jackson2.version>2.10.3</jackson2.version>
73+
<jackson2.databind.version>2.10.3</jackson2.databind.version>
7474

7575
<!-- httpcomponents versions -->
7676
<httpclient.version>4.5.13</httpclient.version>

0 commit comments

Comments
 (0)