Skip to content

Commit

Permalink
Update json-path to 2.8.0 (#3772)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
wborn authored Aug 26, 2023
1 parent ce5cef9 commit 9e1dbb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bom/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.aries.jax.rs</groupId>
Expand Down
9 changes: 4 additions & 5 deletions itests/org.openhab.core.io.rest.core.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ Fragment-Host: org.openhab.core.io.rest.core
# done
#
-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.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)',\
Expand Down Expand Up @@ -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-security;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)'

0 comments on commit 9e1dbb6

Please sign in to comment.