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:44:38 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7291] Upgrade to Pax Logging 1.11.11

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 7c59b77  [KARAF-7291] Upgrade to Pax Logging 1.11.11
     new f45aa44  Merge pull request #1469 from jbonofre/KARAF-7291
7c59b77 is described below

commit 7c59b773c44fd910c289719a89668a73db6b8f64
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Dec 14 15:55:39 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 37f8e40..757593e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@
 
         <pax.cdi.version>1.1.4</pax.cdi.version>
         <pax.exam.version>4.13.4</pax.exam.version>
-        <pax.logging.version>1.11.9</pax.logging.version>
+        <pax.logging.version>1.11.11</pax.logging.version>
         <pax.base.version>1.5.1</pax.base.version>
         <pax.swissbox.version>1.8.4</pax.swissbox.version>
         <pax.url.version>2.6.7</pax.url.version>