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/05/11 12:14:49 UTC

[directory-ldap-api] branch master updated: Updating Dom4J to 2.1.3

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 b32aaaa  Updating Dom4J to 2.1.3
b32aaaa is described below

commit b32aaaa3881665ca6b530112b2017b2641065b07
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon May 11 13:14:08 2020 +0100

    Updating Dom4J to 2.1.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c9dc348..55f5a61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <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>
-    <dom4j.version>2.1.1</dom4j.version>
+    <dom4j.version>2.1.3</dom4j.version>
     <forbiddenapis.version>2.6</forbiddenapis.version>
     <hamcrest.version>2.2</hamcrest.version>
     <junit.engine.version>5.6.0</junit.engine.version>