mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Update json-path to 2.8.0 (#3772)
Updates json-path from 2.4.0 to 2.8.0 This addresses: * CVE-2021-27568 * CVE-2021-31684 * CVE-2023-1370 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
ce5cef959b
commit
9e1dbb6435
@ -65,7 +65,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jayway.jsonpath</groupId>
|
<groupId>com.jayway.jsonpath</groupId>
|
||||||
<artifactId>json-path</artifactId>
|
<artifactId>json-path</artifactId>
|
||||||
<version>2.4.0</version>
|
<version>2.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.aries.jax.rs</groupId>
|
<groupId>org.apache.aries.jax.rs</groupId>
|
||||||
|
@ -13,10 +13,6 @@ Fragment-Host: org.openhab.core.io.rest.core
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.jayway.jsonpath.json-path;version='[2.4.0,2.4.1)',\
|
|
||||||
net.minidev.accessors-smart;version='[1.2.0,1.2.1)',\
|
|
||||||
net.minidev.json-smart;version='[2.3.0,2.3.1)',\
|
|
||||||
org.objectweb.asm;version='[5.0.4,5.0.5)',\
|
|
||||||
org.osgi.service.event;version='[1.4.0,1.4.1)',\
|
org.osgi.service.event;version='[1.4.0,1.4.1)',\
|
||||||
org.apache.servicemix.specs.annotation-api-1.3;version='[1.3.0,1.3.1)',\
|
org.apache.servicemix.specs.annotation-api-1.3;version='[1.3.0,1.3.1)',\
|
||||||
org.eclipse.equinox.event;version='[1.4.300,1.4.301)',\
|
org.eclipse.equinox.event;version='[1.4.300,1.4.301)',\
|
||||||
@ -105,4 +101,7 @@ Fragment-Host: org.openhab.core.io.rest.core
|
|||||||
org.apache.cxf.cxf-rt-rs-sse;version='[3.6.1,3.6.2)',\
|
org.apache.cxf.cxf-rt-rs-sse;version='[3.6.1,3.6.2)',\
|
||||||
org.apache.cxf.cxf-rt-security;version='[3.6.1,3.6.2)',\
|
org.apache.cxf.cxf-rt-security;version='[3.6.1,3.6.2)',\
|
||||||
org.apache.cxf.cxf-rt-transports-http;version='[3.6.1,3.6.2)',\
|
org.apache.cxf.cxf-rt-transports-http;version='[3.6.1,3.6.2)',\
|
||||||
org.apache.ws.xmlschema.core;version='[2.3.0,2.3.1)'
|
org.apache.ws.xmlschema.core;version='[2.3.0,2.3.1)',\
|
||||||
|
json-path;version='[2.8.0,2.8.1)',\
|
||||||
|
net.minidev.accessors-smart;version='[2.4.9,2.4.10)',\
|
||||||
|
net.minidev.json-smart;version='[2.4.10,2.4.11)'
|
||||||
|
Loading…
Reference in New Issue
Block a user