You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2023/11/07 17:33:47 UTC

(aries) branch trunk updated: Upgrade to commons-io 2.15.0

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

jbonofre 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 74b42689d Upgrade to commons-io 2.15.0
74b42689d is described below

commit 74b42689dfc353acf198cd9ede2bf5cc852d85f8
Author: JB Onofré <jb...@apache.org>
AuthorDate: Tue Nov 7 18:33:27 2023 +0100

    Upgrade to commons-io 2.15.0
---
 proxy/proxy-impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml
index eb3789cef..d3fdb361c 100644
--- a/proxy/proxy-impl/pom.xml
+++ b/proxy/proxy-impl/pom.xml
@@ -104,7 +104,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.8.0</version>
+            <version>2.15.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>