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 2023/03/30 10:15:23 UTC

[directory-kerby] 02/03: 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 1.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git

commit 002e6c05ed0e9d776304e50113dfa3a4287fe3e0
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 1ee51262..5aa0a4aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 
   <properties>
     <apacheds.version>2.0.0-M24</apacheds.version>
-    <commons-io.version>2.7</commons-io.version>
+    <commons-io.version>2.8.0</commons-io.version>
     <gson.version>2.6.2</gson.version>
     <ldap.api.version>1.0.1</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>