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/16 10:40:31 UTC

[sling-org-apache-sling-launchpad-testing] branch issue/SLING-11013 created (now 14dd869)

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

rombert pushed a change to branch issue/SLING-11013
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git.


      at 14dd869  SLING-11013 - Upgrade launchpad-testing to logback 1.2.8

This branch includes the following new commits:

     new 14dd869  SLING-11013 - Upgrade launchpad-testing to logback 1.2.8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-org-apache-sling-launchpad-testing] 01/01: SLING-11013 - Upgrade launchpad-testing to logback 1.2.8

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-11013
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git

commit 14dd8691023da2e4d0e2be611caff4e20502d57c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Dec 16 11:40:00 2021 +0100

    SLING-11013 - Upgrade launchpad-testing to logback 1.2.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5423641..01b9035 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
         <failsafe.exclude />
 
         <slf4j.version>1.7.6</slf4j.version>
-        <logback.version>1.1.2</logback.version>
+        <logback.version>1.2.8</logback.version>
 
         <min.port>41000</min.port>
         <max.port>41199</max.port>