Repository: hadoop Updated Branches: refs/heads/branch-2.7 c7e23255a -> f62cdc38f
HADOOP-12577. Bumped up commons-collections version to 3.2.2 to address a security flaw. Contributed by Wei-Chiu Chuang. (cherry picked from commit 70c26703f462e97361924eaf6cbf80be1fce309f) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f62cdc38 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f62cdc38 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f62cdc38 Branch: refs/heads/branch-2.7 Commit: f62cdc38f3e40469dee9a3e1c04306ab9c2a0086 Parents: c7e2325 Author: Vinod Kumar Vavilapalli (I am also known as @tshooter.) <[email protected]> Authored: Mon Nov 23 09:59:50 2015 -0800 Committer: Vinod Kumar Vavilapalli <[email protected]> Committed: Mon Nov 23 10:01:38 2015 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-project/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f62cdc38/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index e2c4f41..7065abc 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -847,6 +847,9 @@ Release 2.6.3 - UNRELEASED 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 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/f62cdc38/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 750ada3..eb535f9 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -682,7 +682,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </dependency> <dependency> <groupId>commons-configuration</groupId>
