Merge pull request #15202 from panos-kakos/JAVA-26739

[JAVA-26739] Upgraded json-path to latest version
This commit is contained in:
Kasra Madadipouya
2023-11-13 22:44:57 +01:00
committed by GitHub
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>