mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade to XStream 1.4.13 (#1688)
* Fixes bugs (vulnerabilities/performance issues) * Supports OSGi better * Prevents illegal reflective access warnings on newer Java versions * Supports java.time converters For XStream release notes see: https://x-stream.github.io/changes.html The XmlDocumentReader which uses XStream has also been modified to configure XStream security to prevent "Security framework of XStream not initialized, XStream is probably vulnerable" warnings. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<bundle dependency="true">mvn:tec.uom.lib/uom-lib-common/1.0.3</bundle>
|
||||
|
||||
<!-- TODO: Unbundled libraries -->
|
||||
<bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/1.4.7_1</bundle>
|
||||
<bundle dependency="true">mvn:com.thoughtworks.xstream/xstream/1.4.13</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab.tp-coap" description="Californium CoAP library" version="${project.version}">
|
||||
|
||||
Reference in New Issue
Block a user