This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 76afeb7 Increasing apache commons io version
76afeb7 is described below
commit 76afeb76d2009aed2fc167e5c147158546be7af7
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun May 23 13:56:20 2021 +0200
Increasing apache commons io version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5f10616..63056be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<commons.text.version>1.8</commons.text.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.logging.version>1.2</commons.logging.version>
- <commons.io.version>2.6</commons.io.version>
+ <commons.io.version>2.8.0</commons.io.version>
<commons.digester.version>2.1</commons.digester.version>
<commons.collections.version>4.4</commons.collections.version>
<commons.fileupload.version>1.4</commons.fileupload.version>