Bump jsonpath, move to variable (#5985)
This commit is contained in:
parent
ef4ff02864
commit
bdedd649f2
6
pom.xml
6
pom.xml
|
@ -1018,7 +1018,7 @@
|
||||||
<spring_batch_version>4.3.10</spring_batch_version>
|
<spring_batch_version>4.3.10</spring_batch_version>
|
||||||
<spring_boot_version>3.2.6</spring_boot_version>
|
<spring_boot_version>3.2.6</spring_boot_version>
|
||||||
<spring_retry_version>2.0.6</spring_retry_version>
|
<spring_retry_version>2.0.6</spring_retry_version>
|
||||||
|
<json_path_version>2.9.0</json_path_version>
|
||||||
<stax2_api_version>3.1.4</stax2_api_version>
|
<stax2_api_version>3.1.4</stax2_api_version>
|
||||||
<testcontainers_version>1.19.3</testcontainers_version>
|
<testcontainers_version>1.19.3</testcontainers_version>
|
||||||
<thymeleaf-version>3.1.2.RELEASE</thymeleaf-version>
|
<thymeleaf-version>3.1.2.RELEASE</thymeleaf-version>
|
||||||
|
@ -1119,12 +1119,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jayway.jsonpath</groupId>
|
<groupId>com.jayway.jsonpath</groupId>
|
||||||
<artifactId>json-path</artifactId>
|
<artifactId>json-path</artifactId>
|
||||||
<version>2.8.0</version>
|
<version>${json_path_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jayway.jsonpath</groupId>
|
<groupId>com.jayway.jsonpath</groupId>
|
||||||
<artifactId>json-path-assert</artifactId>
|
<artifactId>json-path-assert</artifactId>
|
||||||
<version>2.8.0</version>
|
<version>${json_path_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.ben-manes.caffeine</groupId>
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
||||||
|
|
Loading…
Reference in New Issue