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

slachiewicz pushed a commit to branch WAGON-625
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git

commit a074670b7f3f4eeb44dd3d2fb97bc36524fe2f77
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Mar 31 23:15:37 2024 +0200

    [WAGON-625] Upgrade commons-io to 2.16.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 00b5bd6c..ad697c35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@ under the License.
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.6</version>
+        <version>2.16.1</version>
       </dependency>
       <dependency>
         <groupId>org.easymock</groupId>

Reply via email to