[JAVA-26739] Upgraded json-path to latest version

This commit is contained in:
panos-kakos
2023-11-12 16:35:46 +02:00
parent 0db917b0ce
commit ec251f847b
8 changed files with 94 additions and 96 deletions
+1 -3
View File
@@ -13,7 +13,6 @@
</parent>
<dependencies>
<!-- json-path -->
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
@@ -22,8 +21,7 @@
</dependencies>
<properties>
<!-- json-path -->
<json-path.version>2.4.0</json-path.version>
<json-path.version>2.8.0</json-path.version>
</properties>
</project>