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/08/13 11:18:50 UTC

[karaf] branch master updated: [KARAF-6809] Upgrade to PAX Logging 2.0.5

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 2b5d8c6  [KARAF-6809] Upgrade to PAX Logging 2.0.5
     new 5e5fc38  Merge pull request #1143 from jbonofre/KARAF-6809
2b5d8c6 is described below

commit 2b5d8c6076a9841e0019d824d4dc3c08ab9aed36
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Aug 13 07:46:42 2020 +0200

    [KARAF-6809] Upgrade to PAX Logging 2.0.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8e2215..4dbb57c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,7 @@
 
         <pax.cdi.version>1.1.3</pax.cdi.version>
         <pax.exam.version>4.13.3</pax.exam.version>
-        <pax.logging.version>2.0.2</pax.logging.version>
+        <pax.logging.version>2.0.5</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>