Update CXF to 3.6.1 (#3770)

Updates CXF from 3.4.5 to 3.6.1

For some recent release notes, see:

* [3.5.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12348382)
* [3.6.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12351469)
* [3.6.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12353191)

This upgrade addresses:

* CVE-2022-46363
* CVE-2022-46364

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2023-08-21 21:23:09 +02:00
committed by GitHub
parent c0b4ccfd7c
commit 7743e9f9ab
24 changed files with 24 additions and 47 deletions
@@ -133,21 +133,21 @@
</feature>
<feature name="openhab.tp-cxf" description="Apache CXF" version="${project.version}">
<capability>openhab.tp;feature=cxf;version=3.4.5</capability>
<capability>openhab.tp;feature=cxf;version=3.6.1</capability>
<feature dependency="true">openhab.tp-jaxws</feature>
<bundle dependency="true">mvn:com.fasterxml.woodstox/woodstox-core/6.2.6</bundle>
<bundle dependency="true">mvn:com.fasterxml.woodstox/woodstox-core/6.5.1</bundle>
<bundle dependency="true">mvn:jakarta.jws/jakarta.jws-api/2.1.0</bundle>
<bundle dependency="true">mvn:jakarta.xml.ws/jakarta.xml.ws-api/2.3.3</bundle>
<bundle dependency="true">mvn:javax.servlet/javax.servlet-api/3.1.0</bundle>
<bundle dependency="true">mvn:org.apache.aries.spec/org.apache.aries.javax.jax.rs-api/1.0.1</bundle>
<bundle dependency="true">mvn:org.apache.ws.xmlschema/xmlschema-core/2.2.5</bundle>
<bundle dependency="true">mvn:org.apache.aries.spec/org.apache.aries.javax.jax.rs-api/1.0.4</bundle>
<bundle dependency="true">mvn:org.apache.ws.xmlschema/xmlschema-core/2.3.0</bundle>
<bundle dependency="true">mvn:org.codehaus.woodstox/stax2-api/4.2.1</bundle>
<bundle>mvn:org.apache.cxf/cxf-core/3.4.5</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/3.4.5</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-rs-client/3.4.5</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-rs-sse/3.4.5</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-security/3.4.5</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-transports-http/3.4.5</bundle>
<bundle>mvn:org.apache.cxf/cxf-core/3.6.1</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/3.6.1</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-rs-client/3.6.1</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-rs-sse/3.6.1</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-security/3.6.1</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-transports-http/3.6.1</bundle>
</feature>
<feature name="openhab.tp-jbbp" description="Java Binary Block Parser library" version="${project.version}">