You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/04/26 09:46:43 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: SLING-10332 : Update to commons io 2.8.0

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c44a7d  SLING-10332 : Update to commons io 2.8.0
6c44a7d is described below

commit 6c44a7dca66b06b1f256c6800be7c37afb81f19d
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Apr 26 11:46:34 2021 +0200

    SLING-10332 : Update to commons io 2.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b026f0..10b338a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.8.0</version>
       <scope>provided</scope>
     </dependency>