You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2021/07/23 16:10:20 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-10147 update to org.apache.felix.webconsole:4.6.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f50a7f4  SLING-10147 update to org.apache.felix.webconsole:4.6.2
f50a7f4 is described below

commit f50a7f48e6d5003d4aa545aa356eb4ea56b8ecba
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Jul 23 09:10:10 2021 -0700

    SLING-10147 update to org.apache.felix.webconsole:4.6.2
    
    To get the fix for FELIX-6390
---
 src/main/features/webconsole.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/features/webconsole.json b/src/main/features/webconsole.json
index d6b8211..f3ad8c2 100644
--- a/src/main/features/webconsole.json
+++ b/src/main/features/webconsole.json
@@ -1,7 +1,7 @@
 {
     "bundles": [
         {
-            "id":"org.apache.felix:org.apache.felix.webconsole:4.6.0",
+            "id":"org.apache.felix:org.apache.felix.webconsole:4.6.2",
             "start-order":"5"
         },    
         {