Skip to content

Commit 65023a2

Browse files
committed
Upgrade hadoop ver. (CVE-2018-8029, CVE-2017-3162)
1 parent 7ba321d commit 65023a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
<dependency>
323323
<groupId>org.apache.hadoop</groupId>
324324
<artifactId>hadoop-common</artifactId>
325-
<version>2.2.0</version>
325+
<version>2.8.5</version>
326326
</dependency>
327327
<dependency>
328328
<groupId>org.assertj</groupId>

Utils/spark-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<scala.version>${scala.version.major}.${scala.version.minor}</scala.version>
2323
<build.copyDependenciesPhase>none</build.copyDependenciesPhase>
2424
<CodeCacheSize>512m</CodeCacheSize>
25-
<hadoop.version>2.6.5</hadoop.version>
25+
<hadoop.version>2.8.5</hadoop.version>
2626
<test.exclude.tags></test.exclude.tags>
2727
</properties>
2828

0 commit comments

Comments
 (0)