mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade json-path to 2.10.0 (#5271)
Upgrade com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0, including the following dependencies: Upgrade net.minidev:accessors-smart and net.minidev:json-smart to from 2.5.0 to 2.6.0. Removes transitive CVE-2024-57699. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@
|
||||
<dependency>
|
||||
<groupId>com.jayway.jsonpath</groupId>
|
||||
<artifactId>json-path</artifactId>
|
||||
<version>2.9.0</version>
|
||||
<version>2.10.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.aries.jax.rs</groupId>
|
||||
|
||||
@@ -63,9 +63,9 @@ Fragment-Host: org.openhab.core.io.rest.core
|
||||
ch.qos.logback.classic;version='[1.5.24,1.5.25)',\
|
||||
ch.qos.logback.core;version='[1.5.24,1.5.25)',\
|
||||
org.osgi.service.component.annotations;version='[1.5.1,1.5.2)',\
|
||||
json-path;version='[2.9.0,2.9.1)',\
|
||||
net.minidev.accessors-smart;version='[2.5.0,2.5.1)',\
|
||||
net.minidev.json-smart;version='[2.5.0,2.5.1)',\
|
||||
json-path;version='[2.10.0,2.10.1)',\
|
||||
net.minidev.accessors-smart;version='[2.6.0,2.6.1)',\
|
||||
net.minidev.json-smart;version='[2.6.0,2.6.1)',\
|
||||
com.sun.jna;version='[5.18.1,5.18.2)',\
|
||||
org.apache.aries.spifly.dynamic.bundle;version='[1.3.7,1.3.8)',\
|
||||
org.eclipse.jetty.http;version='[9.4.57,9.4.58)',\
|
||||
|
||||
Reference in New Issue
Block a user