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 2022/07/11 22:26:55 UTC

[sling-org-apache-sling-starter] branch master updated: Update to latest releases

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 182b047  Update to latest releases
182b047 is described below

commit 182b047e6835bf735e64c97d30643f550c41f7a2
Author: Eric Norman <en...@apache.org>
AuthorDate: Mon Jul 11 15:26:44 2022 -0700

    Update to latest releases
    
    org.apache.sling.repoinit.parser:1.7.0
    org.apache.sling.jcr.repoinit:1.1.40
    org.apache.sling.event:4.3.6
    org.apache.felix.healthcheck.generalchecks:3.0.4
---
 src/main/features/base.json        | 4 ++--
 src/main/features/event.json       | 2 +-
 src/main/features/healthcheck.json | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/features/base.json b/src/main/features/base.json
index dcf1ff4..526747e 100644
--- a/src/main/features/base.json
+++ b/src/main/features/base.json
@@ -227,11 +227,11 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.repoinit.parser:1.6.12",
+            "id":"org.apache.sling:org.apache.sling.repoinit.parser:1.7.0",
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.jcr.repoinit:1.1.36",
+            "id":"org.apache.sling:org.apache.sling.jcr.repoinit:1.1.40",
             "start-order":"20"
         }
     ],
diff --git a/src/main/features/event.json b/src/main/features/event.json
index d7dcae8..1dff1b9 100644
--- a/src/main/features/event.json
+++ b/src/main/features/event.json
@@ -6,7 +6,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.event:4.3.0",
+            "id":"org.apache.sling:org.apache.sling.event:4.3.6",
             "start-order":"20"
         }
     ],
diff --git a/src/main/features/healthcheck.json b/src/main/features/healthcheck.json
index 5cf50bf..ad076bd 100644
--- a/src/main/features/healthcheck.json
+++ b/src/main/features/healthcheck.json
@@ -10,7 +10,7 @@
             "start-order":"5"
         },
         {
-            "id":"org.apache.felix:org.apache.felix.healthcheck.generalchecks:3.0.2",
+            "id":"org.apache.felix:org.apache.felix.healthcheck.generalchecks:3.0.4",
             "start-order":"5"
         },
         {