You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/07/26 09:25:16 UTC

[camel-karaf] branch main updated: CAMEL-16817: Fixed building camel-karaf by upgrading pax-logging

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2c3a896  CAMEL-16817: Fixed building camel-karaf by upgrading pax-logging
2c3a896 is described below

commit 2c3a8969dd36c5ebefe67ccfcd43e49852794784
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 26 11:25:06 2021 +0200

    CAMEL-16817: Fixed building camel-karaf by upgrading pax-logging
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5245ac8..b7c2df3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,7 +244,7 @@
         <pax-cdi-version>1.0.0</pax-cdi-version>
         <pax-exam-version>4.13.4</pax-exam-version>
         <pax-tiny-bundle-version>3.0.0</pax-tiny-bundle-version>
-        <pax-logging-version>1.11.2</pax-logging-version>
+        <pax-logging-version>1.11.9</pax-logging-version>
         <perfmark-version>0.17.0</perfmark-version>
         <protobuf-guava-version>30.1.1-jre</protobuf-guava-version>
         <protobuf-javanano-version>3.1.0</protobuf-javanano-version>