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:
Holger Friedrich
2026-01-13 05:44:09 +01:00
committed by GitHub
parent ba668ddf1d
commit 78020549a3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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>