You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/12/14 17:25:32 UTC

[sling-org-apache-sling-commons-log] branch master updated: SLING-10998 : Update logback to 1.2.8 (CVE-2021-44228)

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git


The following commit(s) were added to refs/heads/master by this push:
     new 41d9122  SLING-10998 : Update logback to 1.2.8 (CVE-2021-44228)
41d9122 is described below

commit 41d912239261d7cc8a9e20ea1cc4c88408be87cb
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Dec 14 18:25:21 2021 +0100

    SLING-10998 : Update logback to 1.2.8 (CVE-2021-44228)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 62a63b0..f5a12b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,8 +46,8 @@
   </scm>
 
   <properties>
-    <slf4j.version>1.7.21</slf4j.version>
-    <logback.version>1.2.6</logback.version>
+    <slf4j.version>1.7.32</slf4j.version>
+    <logback.version>1.2.8</logback.version>
     <pax-exam.version>4.13.2</pax-exam.version>
     <sling.java.version>8</sling.java.version>