HADOOP-12577. Bumped up commons-collections version to 3.2.2 to address a security flaw. Contributed by Wei-Chiu Chuang.
This commit is contained in:
parent
201f14e271
commit
70c26703f4
@ -2289,6 +2289,9 @@ Release 2.6.3 - UNRELEASED
|
|||||||
|
|
||||||
HADOOP-12526. there are duplicate dependency definitions in pom's (sjlee)
|
HADOOP-12526. there are duplicate dependency definitions in pom's (sjlee)
|
||||||
|
|
||||||
|
HADOOP-12577. Bumped up commons-collections version to 3.2.2 to address a
|
||||||
|
security flaw. (Wei-Chiu Chuang via vinodkv)
|
||||||
|
|
||||||
Release 2.6.2 - 2015-10-28
|
Release 2.6.2 - 2015-10-28
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -707,7 +707,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-collections</groupId>
|
<groupId>commons-collections</groupId>
|
||||||
<artifactId>commons-collections</artifactId>
|
<artifactId>commons-collections</artifactId>
|
||||||
<version>3.2.1</version>
|
<version>3.2.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-configuration</groupId>
|
<groupId>commons-configuration</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user