You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/10/28 10:14:47 UTC

[karaf] branch karaf-4.1.x updated: Update pax-logging-version

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

jbonofre pushed a commit to branch karaf-4.1.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.1.x by this push:
     new a621552  Update pax-logging-version
     new 1b378b4  Merge pull request #1244 from tobias-schanze/karaf-4.1.x
a621552 is described below

commit a6215529b3a7ba185d33bfccb819a15cdd573867
Author: Tobias Schanze <me...@tobiasschanze.de>
AuthorDate: Wed Oct 28 10:52:43 2020 +0100

    Update pax-logging-version
    
    Update pax-logging-version to 1.10.7, because in 1.10.1 stacktraceAsString doesn't work.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 515d75f..32407cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
 
         <pax.cdi.version>1.0.0.RC2</pax.cdi.version>
         <pax.exam.version>4.11.0</pax.exam.version>
-        <pax.logging.version>1.10.1</pax.logging.version>
+        <pax.logging.version>1.10.7</pax.logging.version>
         <pax.base.version>1.5.0</pax.base.version>
         <pax.url.version>2.5.4</pax.url.version>
         <pax.web.version>6.0.11</pax.web.version>