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 08:38:38 UTC

[directory-ldap-api] 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-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 49f7659  Updating Commons Collections
49f7659 is described below

commit 49f76594519726a21277cc6ec5ab97eac4a9f17d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Aug 14 09:38:22 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 76ae922..0b1f20f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <!-- Set versions for depending jars -->
     <antlr.version>2.7.7</antlr.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.lang.version>3.9</commons.lang.version>
     <commons.pool.version>2.6.2</commons.pool.version>
     <dom4j.version>2.1.1</dom4j.version>