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 90a63e08 [WAGON-625] Upgrade commons-io to 2.16.1 90a63e08 is described below commit 90a63e083b2ac3f277022fa2f652d9b2ae1b2a79 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>