From 5633fb844a7c0517379063a251efc48eb2e59565 Mon Sep 17 00:00:00 2001 From: "Vinod Kumar Vavilapalli (I am also known as @tshooter.)" Date: Mon, 23 Nov 2015 09:59:50 -0800 Subject: [PATCH] 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) --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-project/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 26f4d050c7e..4db3614ae60 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -32,6 +32,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 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 4adb42b8767..6cd502ae440 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -659,7 +659,7 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 commons-configuration