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-analyzer.git
commit 4e2500284d35189a1245abd973a817132ec7e7a9 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Jun 18 07:32:43 2023 -0400 [MSHARED-1248] 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 1895f87..51490b7 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.11.0</version> + <version>2.13.0</version> </dependency> <!-- testing support -->
