Skip to content

Commit c5d3e3a

Browse files
Updating the json-path and json smaprt version, to fix the security v… (#121)
* Updating the json-path and json smaprt version, to fix the security violation CVE-2024-57699 * Fix formatting issue in pom.xml
1 parent fe663ea commit c5d3e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.jayway.jsonpath</groupId>
4646
<artifactId>json-path</artifactId>
47-
<version>2.9.0</version>
47+
<version>2.10.0</version>
4848
</dependency>
4949

5050
<dependency>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>net.minidev</groupId>
121121
<artifactId>json-smart</artifactId>
122-
<version>2.5.2</version>
122+
<version>2.6.0</version>
123123
<scope>test</scope>
124124
</dependency>
125125

0 commit comments

Comments
 (0)