You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/12/15 16:53:02 UTC

[sling-org-apache-sling-committer-cli] branch master updated: Update to the latest versions of the logging bundles

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-committer-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 832aa48  Update to the latest versions of the logging bundles
832aa48 is described below

commit 832aa48f2f8c1052e1dbee78154eaab243c58c84
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 15 17:49:51 2021 +0100

    Update to the latest versions of the logging bundles
---
 src/main/features/app.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/features/app.json b/src/main/features/app.json
index 4e6e732..51474c8 100644
--- a/src/main/features/app.json
+++ b/src/main/features/app.json
@@ -18,11 +18,11 @@
             "start-level": "1"
         },
         {
-            "id"         : "ch.qos.logback:logback-classic:1.2.3",
+            "id"         : "ch.qos.logback:logback-classic:1.2.8",
             "start-level": "1"
         },
         {
-            "id"         : "ch.qos.logback:logback-core:1.2.3",
+            "id"         : "ch.qos.logback:logback-core:1.2.8",
             "start-level": "1"
         },
         {