You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2015/12/02 17:46:55 UTC

hive git commit: HIVE-12469 : Bump Commons-Collections dependency from 3.2.1 to 3.2.2. to address vulnerability (Ashutosh Chauhan via Sergio Pena)

Repository: hive
Updated Branches:
  refs/heads/branch-1 07d341a48 -> 813bbb447


HIVE-12469 : Bump Commons-Collections dependency from 3.2.1 to 3.2.2. to address vulnerability (Ashutosh Chauhan via Sergio Pena)


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

Branch: refs/heads/branch-1
Commit: 813bbb447bc9fdd5445e2c113940922d0726fb8f
Parents: 07d341a
Author: Ashutosh Chauhan <ha...@apache.org>
Authored: Wed Dec 2 08:45:59 2015 -0800
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Wed Dec 2 08:45:59 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/hive/blob/813bbb44/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1c41360..5730bc8 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>
@@ -304,6 +305,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>