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

cschneider pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2998a69  Switch to using a more recent version of commons-io
     new af91e84  Merge pull request #105 from coheigea/commons-io
2998a69 is described below

commit 2998a69b9d2af97ffc228b289b0d51072b2c7418
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Mon Jan 13 10:23:45 2020 +0000

    Switch to using a more recent version of commons-io
---
 proxy/proxy-impl/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml
index 545d535..454d32c 100644
--- a/proxy/proxy-impl/pom.xml
+++ b/proxy/proxy-impl/pom.xml
@@ -102,9 +102,9 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>1.3.2</version>
+            <version>2.5</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to