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/14 16:41:44 UTC

[karaf] branch main updated: [KARAF-7293] Upgrade to Pax Logging 2.0.12

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d603873  [KARAF-7293] Upgrade to Pax Logging 2.0.12
     new 9238c2f  Merge pull request #1467 from jbonofre/KARAF-7293
d603873 is described below

commit d60387378ab937fa96c63ea621dd2c02d16cce6e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Dec 14 13:22:53 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 21f11a4..3ecb3a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
 
         <pax.cdi.version>1.1.4</pax.cdi.version>
         <pax.exam.version>4.13.5</pax.exam.version>
-        <pax.logging.version>2.0.11</pax.logging.version>
+        <pax.logging.version>2.0.12</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>