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:15 UTC

[karaf] branch master 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 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 08f6beb  [KARAF-6471] Upgrade to Pax Logging 1.11.3
     new bf7b653  Merge pull request #988 from jbonofre/KARAF-6471
08f6beb is described below

commit 08f6beb337a1287f14051c184b7ea0dc472f69dd
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 95d248e..4f37bbf 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>