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 2020/08/10 09:53:47 UTC

[directory-ldap-api] branch master updated: Updating Commons Pool to 2.8.1

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 ef1e2af  Updating Commons Pool to 2.8.1
ef1e2af is described below

commit ef1e2af8d13875e17f23c6ca6056526cc324ff24
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Aug 10 10:50:50 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 55f5a61..d779497 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
     <commons.codec.version>1.14</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>
     <commons.lang.version>3.9</commons.lang.version>
-    <commons.pool.version>2.8.0</commons.pool.version>
+    <commons.pool.version>2.8.1</commons.pool.version>
     <dom4j.version>2.1.3</dom4j.version>
     <forbiddenapis.version>2.6</forbiddenapis.version>
     <hamcrest.version>2.2</hamcrest.version>