You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2019/08/14 11:40:08 UTC

[directory-server] branch master updated: Updating Commons Collections

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e92bd6  Updating Commons Collections
     new c42030f  Merge pull request #22 from coheigea/collections
3e92bd6 is described below

commit 3e92bd6b04a209b3af987b2b14c70c9d88d6f9d7
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Aug 14 12:39:30 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index cac84cd..848fe5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <bcprov.version>1.62</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
     <commons.codec.version>1.13</commons.codec.version>
-    <commons.collections.version>4.3</commons.collections.version>
+    <commons.collections.version>4.4</commons.collections.version>
     <commons.daemon.version>1.2.0</commons.daemon.version>
     <commons.lang.version>3.9</commons.lang.version>
     <commons.net.version>3.6</commons.net.version>