Skip to content

Commit

Permalink
Upgrade hdfs2 version to 2.8.5 (apache#8319)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <[email protected]>


Fixes apache#8305 


### Motivation

In Apache Hadoop 2.8.2, there are the following security issues:

- CVE-2018-1296
- CVE-2018-8009

Recommended upgrade version:2.8.5

### Modifications

- Upgrade hdfs2 version to `2.8.5`
  • Loading branch information
wolfstudy authored Oct 21, 2020
1 parent 7462324 commit cd5cbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar-io/hdfs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>2.8.2</version>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit cd5cbb6

Please sign in to comment.