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

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


The following commit(s) were added to refs/heads/master by this push:
     new f3f3b48c [WAGON-637] Upgrade commons-io:commons-io to 2.18.0
f3f3b48c is described below

commit f3f3b48c51d9219c86cb35def8e787adfa19f33e
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Dec 26 12:18:47 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index 6f14886b..9cf9817b 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.16.1</version>
+        <version>2.18.0</version>
       </dependency>
       <dependency>
         <groupId>org.easymock</groupId>

Reply via email to