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:54:48 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: SLING-11013 - Upgrade launchpad-testing to logback 1.2.8

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-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 69d0bfc  SLING-11013 - Upgrade launchpad-testing to logback 1.2.8
69d0bfc is described below

commit 69d0bfcfe7f577bcf44dc8254d8051d5985f8b7b
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>