Repository: hive
Updated Branches:
  refs/heads/branch-1.2 229c512e6 -> d3b88022a


HIVE-12469: Bump Commons-Collections dependency from 3.2.1 to 3.2.2. to address 
vulnerability (Ashutosh Chauhan reviewed by Sergio Peña, Reuben Kuhnert)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d3b88022
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/d3b88022
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/d3b88022

Branch: refs/heads/branch-1.2
Commit: d3b88022a03eead63bc6e4b67a6f8a8864d757e6
Parents: 229c512
Author: Vaibhav Gumashta <vgumas...@hortonworks.com>
Authored: Fri Mar 17 13:43:04 2017 -0700
Committer: Vaibhav Gumashta <vgumas...@hortonworks.com>
Committed: Fri Mar 17 13:43:04 2017 -0700

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/d3b88022/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index beacfc8..06d0b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,7 @@
     <datanucleus-rdbms.version>3.2.9</datanucleus-rdbms.version>
     <commons-cli.version>1.2</commons-cli.version>
     <commons-codec.version>1.4</commons-codec.version>
+    <commons-collections.version>3.2.2</commons-collections.version>
     <commons-compress.version>1.4.1</commons-compress.version>
     <commons-exec.version>1.1</commons-exec.version>
     <commons-httpclient.version>3.0.1</commons-httpclient.version>
@@ -300,6 +301,11 @@
         <version>${commons-codec.version}</version>
       </dependency>
       <dependency>
+        <groupId>commons-collections</groupId>
+        <artifactId>commons-collections</artifactId>
+        <version>${commons-collections.version}</version>
+      </dependency>
+      <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
         <version>${commons-httpclient.version}</version>

Reply via email to