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:22 UTC

[directory-kerby] 01/03: Bumping commons io to 2.7

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 6ecebe6d6bba67f9825df13c29be13d9875baf5e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 8 08:04:23 2020 +0100

    Bumping commons io to 2.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 06ed7bdf..1ee51262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 
   <properties>
     <apacheds.version>2.0.0-M24</apacheds.version>
-    <commons-io.version>2.6</commons-io.version>
+    <commons-io.version>2.7</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>