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 2af5dc200259dccb6adce781be85eb9421508a68 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Jun 18 07:45:27 2023 -0400 [MDEP-872] update commons-io to 2.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4cfad0d7..3c4d65e9 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.11.0</version> + <version>2.13.0</version> <scope>test</scope> </dependency>
