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/09 06:50:25 UTC

[karaf] branch master updated: [KARAF-6869] Upgrade to Pax Logging 2.0.6

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 373ef97  [KARAF-6869] Upgrade to Pax Logging 2.0.6
     new 7eca8f1  Merge pull request #1217 from jbonofre/KARAF-6869
373ef97 is described below

commit 373ef97205717e8e048abf8a1a41e2b555669b17
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Oct 9 07:19:47 2020 +0200

    [KARAF-6869] Upgrade to Pax Logging 2.0.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 088dbae..004c00f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,7 +281,7 @@
 
         <pax.cdi.version>1.1.3</pax.cdi.version>
         <pax.exam.version>4.13.4</pax.exam.version>
-        <pax.logging.version>2.0.5</pax.logging.version>
+        <pax.logging.version>2.0.6</pax.logging.version>
         <pax.base.version>1.5.1</pax.base.version>
         <pax.swissbox.version>1.8.3</pax.swissbox.version>
         <pax.url.version>2.6.2</pax.url.version>