This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch wagon-3.x in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
commit 0838a5ae16dbf42f48cc86d16105487d01f4d01b 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 b375981e..9575272d 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>