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 2021/12/19 14:56:22 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7300] Upgrade to Pax Logging 2.0.13

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

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


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 68c2450  [KARAF-7300] Upgrade to Pax Logging 2.0.13
68c2450 is described below

commit 68c245030c0485c99347cddda7e0e8b472fbc906
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Dec 19 07:37:53 2021 +0100

    [KARAF-7300] Upgrade to Pax Logging 2.0.13
    
    (cherry picked from commit d529d30721024a952b25a425e60e1a5c30324784)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 62f87b3..f798ffc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,7 @@
 
         <pax.cdi.version>1.1.4</pax.cdi.version>
         <pax.exam.version>4.13.5</pax.exam.version>
-        <pax.logging.version>2.0.12</pax.logging.version>
+        <pax.logging.version>2.0.13</pax.logging.version>
         <pax.base.version>1.5.1</pax.base.version>
         <pax.swissbox.version>1.8.5</pax.swissbox.version>
         <pax.url.version>2.6.10</pax.url.version>