[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
+2 -2
View File
@@ -47,14 +47,14 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-path</artifactId>
<version>${rest-assured.version}</version>
<version>${json-path.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<hibernate.core.version>5.4.0.Final</hibernate.core.version>
<rest-assured.version>3.1.1</rest-assured.version>
<json-path.version>5.3.2</json-path.version>
</properties>
</project>