This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch MSHARED-1302 in repository https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git
commit 450f9a8359181e1fdd0e9c8f586032f6b89c3591 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Tue Sep 12 09:38:42 2023 -0400 [MSHARED-1302] upgrade 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 ad7b6a0..709f678 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.11.0</version> + <version>2.13.0</version> <scope>test</scope> </dependency> <dependency>
