Bump jsonpath, move to variable (#5985)

This commit is contained in:
Tadgh 2024-06-03 05:00:14 -07:00 committed by GitHub
parent ef4ff02864
commit bdedd649f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1018,7 +1018,7 @@
<spring_batch_version>4.3.10</spring_batch_version>
<spring_boot_version>3.2.6</spring_boot_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>
<testcontainers_version>1.19.3</testcontainers_version>
<thymeleaf-version>3.1.2.RELEASE</thymeleaf-version>
@ -1119,12 +1119,12 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.8.0</version>
<version>${json_path_version}</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-assert</artifactId>
<version>2.8.0</version>
<version>${json_path_version}</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>