mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade XStream to 1.4.20 (#3446)
This addresses CVE-2022-40151 and CVE-2022-41966, see: https://x-stream.github.io/changes.html#1.4.20 This version also fixes an issue with closing streams so the workaround in GenerateDefaultTranslationsMojoTest is no longer needed. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<bundle dependency="true">mvn:tech.uom.lib/uom-lib-common/2.1</bundle>
|
||||
|
||||
<!-- TODO: Unbundled libraries -->
|
||||
<bundle dependency="true">mvn:com.thoughtworks.xstream/xstream/1.4.19</bundle>
|
||||
<bundle dependency="true">mvn:com.thoughtworks.xstream/xstream/1.4.20</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab.tp-coap" description="Californium CoAP library" version="${project.version}">
|
||||
|
||||
Reference in New Issue
Block a user