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:
Wouter Born
2023-08-26 15:08:46 +02:00
committed by GitHub
parent ce5cef959b
commit 9e1dbb6435
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -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>