This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch commons-io in repository https://gitbox.apache.org/repos/asf/maven-file-management.git
commit c7ad8612c1b8fe7685921015ec879ff76bfd1ac7 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Jun 10 07:30:41 2023 -0400 [MSHARED-1266] upgrade commons-io 2.11.0 --> 2.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 02609b7..5ccd421 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.11.0</version> + <version>2.13.0</version> </dependency> <!-- Test -->
