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

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

commit dc3f7e943379ab3b6bb91731e894c8a2051db520
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 38a5bd16..a03557bb 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