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-shared-utils.git
commit 1d78bec274a19e606a80d94258b47d16259ff81c Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sat Jun 10 07:48:59 2023 -0400 upgrade commons-io 2.12.0 --> 2.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f937ff..09caeef 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.12.0</version> + <version>2.13.0</version> </dependency> <dependency>
