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/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b28bcb  FELIX-6424 : Update commons-io to 2.8.0
4b28bcb is described below

commit 4b28bcb52108083daec1afe59e14cbc97f4d4206
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 9 11:58:03 2021 +0200

    FELIX-6424 : Update commons-io to 2.8.0
---
 webconsole/changelog.txt | 1 +
 webconsole/pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/webconsole/changelog.txt b/webconsole/changelog.txt
index 11ead46..794faed 100644
--- a/webconsole/changelog.txt
+++ b/webconsole/changelog.txt
@@ -3,6 +3,7 @@ Changes in 4.6.2
 ** Improvement
     * [FELIX-6390] - Refactor the default authentication mechanism of the 
webconsole to be a WebConsoleSecurityProvider2
     * [FELIX-6423] - Use property type password for password
+    * [FELIX-6424] - Update commons-io to 2.8.0
 ** Bug
     * [FELIX-6375] - Configuration Admin Service not available with 
org.apache.felix.webconsole_4.6.0.all
     * [FELIX-6392] - Webconsole configadmin javascript error: Uncaught 
TypeError: parsers is undefined
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 1928195..12947f0 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -364,7 +364,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.5</version>
+            <version>2.8.0</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to