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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 802e936  Update Apache Karaf to 4.3.5
802e936 is described below

commit 802e936d80be38fa90dad802491f24cefa24973a
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Dec 29 09:59:14 2021 -0500

    Update Apache Karaf to 4.3.5
---
 osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml | 2 +-
 parent/pom.xml                                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml 
b/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
index ec35a24..3c8c8ae 100644
--- a/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
+++ b/osgi/karaf/features/src/main/resources/org.apache.karaf.features.xml
@@ -20,7 +20,7 @@
 <featuresProcessing 
xmlns="http://karaf.apache.org/xmlns/features-processing/v1.0.0"; 
xmlns:f="http://karaf.apache.org/xmlns/features/v1.6.0";>
    <featureReplacements>
         <replacement mode="merge">
-            <feature name="pax-http-undertow" version="7.3.19">
+            <feature name="pax-http-undertow" version="7.3.23">
                 <f:bundle 
start-level="35">mvn:org.apache.cxf/cxf-servlet-compatible/${project.version}</f:bundle>
             </feature>
         </replacement>
diff --git a/parent/pom.xml b/parent/pom.xml
index 298b2cf..29afb55 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -248,7 +248,7 @@
         <cxf.jaxb.bundle.version>2.3.2_1</cxf.jaxb.bundle.version>
         <cxf.jaxb.context.class.property>none</cxf.jaxb.context.class.property>
         <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version>
-        <cxf.karaf.version>4.3.3</cxf.karaf.version>
+        <cxf.karaf.version>4.3.5</cxf.karaf.version>
         <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version>
         <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version>
         <cxf.osgi.saaj.version>[1.4,2)</cxf.osgi.saaj.version>

Reply via email to