This is an automated email from the ASF dual-hosted git repository.
buhhunyx 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 63dcd46 Update Karaf to 4.3.2
63dcd46 is described below
commit 63dcd46765370f242d2c1a2db1689c6c0128a24d
Author: Alexey Markevich <[email protected]>
AuthorDate: Tue May 18 23:13:20 2021 +0300
Update Karaf to 4.3.2
---
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 ebf40d5..cadaebb 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.13">
+ <feature name="pax-http-undertow" version="7.3.16">
<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 bd6f2c5..772ee20 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -244,7 +244,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.1</cxf.karaf.version>
+ <cxf.karaf.version>4.3.2</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>