This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch io in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 83daadcfc439bfdcf6bbfd326cfacdb3b02f7e30 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sat Oct 21 08:24:31 2023 -0400 commons-io to 2.14.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a87630f..19044289 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ under the License. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>2.14.0</version> <scope>test</scope> </dependency>