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 2019/11/08 13:41:56 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6471] Upgrade to Pax Logging 1.11.3

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 622e2ae  [KARAF-6471] Upgrade to Pax Logging 1.11.3
622e2ae is described below

commit 622e2ae27a2fe3a68727256c71080b978cec5041
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Nov 7 18:08:31 2019 +0100

    [KARAF-6471] Upgrade to Pax Logging 1.11.3
    
    (cherry picked from commit 08f6beb337a1287f14051c184b7ea0dc472f69dd)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 391fdcb..1359ac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,7 +280,7 @@
 
         <pax.cdi.version>1.1.1</pax.cdi.version>
         <pax.exam.version>4.13.1</pax.exam.version>
-        <pax.logging.version>1.11.2</pax.logging.version>
+        <pax.logging.version>1.11.3</pax.logging.version>
         <pax.base.version>1.5.0</pax.base.version>
         <pax.swissbox.version>1.8.3</pax.swissbox.version>
         <pax.url.version>2.6.1</pax.url.version>