This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 084d9ed57e979c964683b1e6ad8be4acd44428ee Author: Michał Goliński <[email protected]> AuthorDate: Thu Nov 18 16:00:41 2021 +0100 Update Apache Felix packages --- src/main/features/base.json | 6 +++--- src/main/features/boot.json | 4 ++-- src/main/features/healthcheck.json | 6 +++--- src/main/features/webconsole.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/features/base.json b/src/main/features/base.json index 29dfced..b0c4859 100644 --- a/src/main/features/base.json +++ b/src/main/features/base.json @@ -155,11 +155,11 @@ "start-order":"5" }, { - "id":"org.apache.felix:org.apache.felix.http.jetty:4.1.8", + "id":"org.apache.felix:org.apache.felix.http.jetty:4.1.12", "start-order":"5" }, { - "id":"org.apache.felix:org.apache.felix.http.servlet-api:1.1.2", + "id":"org.apache.felix:org.apache.felix.http.servlet-api:1.1.4", "start-order":"5" }, { @@ -167,7 +167,7 @@ "start-order":"5" }, { - "id":"org.apache.felix:org.apache.felix.inventory:1.0.6", + "id":"org.apache.felix:org.apache.felix.inventory:1.1.0", "start-order":"5" }, { diff --git a/src/main/features/boot.json b/src/main/features/boot.json index bce13a9..8e98f8c 100644 --- a/src/main/features/boot.json +++ b/src/main/features/boot.json @@ -17,7 +17,7 @@ "start-order":"1" }, { - "id":"org.apache.felix:org.apache.felix.converter:1.0.14", + "id":"org.apache.felix:org.apache.felix.converter:1.0.18", "start-order":"1" }, { @@ -133,7 +133,7 @@ "start-order":"1" }, { - "id":"org.apache.felix:org.apache.felix.scr:2.1.26", + "id":"org.apache.felix:org.apache.felix.scr:2.1.30", "start-order":"1" } diff --git a/src/main/features/healthcheck.json b/src/main/features/healthcheck.json index e4b9271..1a39ee0 100644 --- a/src/main/features/healthcheck.json +++ b/src/main/features/healthcheck.json @@ -6,11 +6,11 @@ "start-order":"5" }, { - "id":"org.apache.felix:org.apache.felix.healthcheck.core:2.0.8", + "id":"org.apache.felix:org.apache.felix.healthcheck.core:2.0.10", "start-order":"5" }, { - "id":"org.apache.felix:org.apache.felix.healthcheck.generalchecks:2.0.6", + "id":"org.apache.felix:org.apache.felix.healthcheck.generalchecks:2.0.14", "start-order":"5" }, { @@ -98,4 +98,4 @@ ] } } -} \ No newline at end of file +} diff --git a/src/main/features/webconsole.json b/src/main/features/webconsole.json index f3ad8c2..51f8542 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.2", + "id":"org.apache.felix:org.apache.felix.webconsole:4.7.0", "start-order":"5" }, {
