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 2021/02/09 06:34:42 UTC

[directory-kerby] branch trunk updated: Updating Commons IO to 2.8.0

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new e1d4f84  Updating Commons IO to 2.8.0
e1d4f84 is described below

commit e1d4f845520b34539f8dedef333acee0a47c640e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 9 06:34:24 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index eba4789..7489489 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 
   <properties>
     <apacheds.version>2.0.0.AM26</apacheds.version>
-    <commons-io.version>2.7</commons-io.version>
+    <commons-io.version>2.8.0</commons-io.version>
     <gson.version>2.8.6</gson.version>
     <h2.version>1.4.200</h2.version>
     <ldap.api.version>2.0.1</ldap.api.version>