Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 4cc6ff279 -> cb51be888


[ZEPPELIN-3442] bump up commons-collections to 3.2.2

### What is this PR for?
This is to upgrade Apache commons-collections to 3.2.2

### What type of PR is it?
[Improvement]

### What is the Jira issue?
* [ZEPPELIN-3442](https://issues.apache.org/jira/browse/ZEPPELIN-3442)

### Questions:
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A

Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>

Closes #2958 from prabhjyotsingh/ZEPPELIN-3442 and squashes the following 
commits:

9cc2e810d [Prabhjyot Singh] [ZEPPELIN-3442] bump up commons-collections to 3.2.2

(cherry picked from commit b9222381bfe4a9e8a055076a05b50fa6e13a0e05)
Signed-off-by: Prabhjyot Singh <prabhjyotsi...@gmail.com>


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

Branch: refs/heads/branch-0.8
Commit: cb51be888c8f0b9e2302a478996fcba3319cd6a4
Parents: 4cc6ff2
Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Authored: Fri May 4 21:58:11 2018 +0530
Committer: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Committed: Mon May 7 18:52:30 2018 +0530

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/cb51be88/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d05d16d..74888a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
     <commons.configuration.version>1.9</commons.configuration.version>
     <commons.codec.version>1.5</commons.codec.version>
     <commons.io.version>2.4</commons.io.version>
-    <commons.collections.version>3.2.1</commons.collections.version>
+    <commons.collections.version>3.2.2</commons.collections.version>
     <commons.logging.version>1.1.1</commons.logging.version>
     <commons.cli.version>1.3.1</commons.cli.version>
     <shiro.version>1.3.2</shiro.version>

Reply via email to