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-dependency-analyzer.git
The following commit(s) were added to refs/heads/master by this push:
new d0b3bb7 [MSHARED-1248] update commons-io to 2.13.0 (#93)
d0b3bb7 is described below
commit d0b3bb78cec8cc37d87a2ba56d69f87441abb8b0
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Jun 18 15:21:33 2023 -0400
[MSHARED-1248] update commons-io to 2.13.0 (#93)
---
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 -->