This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git


The following commit(s) were added to refs/heads/master by this push:
     new 638f36a  [MSHARED-1266] upgrade commons-io 2.11.0 --> 2.13.0 (#21)
638f36a is described below

commit 638f36a8e668aa818ba067071a258e1082efbad0
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Jun 10 19:49:49 2023 -0400

    [MSHARED-1266] upgrade commons-io 2.11.0 --> 2.13.0 (#21)
---
 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 -->

Reply via email to