Skip to content

Commit

Permalink
Bump jsonpath, move to variable (#5985)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadgh committed Jun 3, 2024
1 parent ef4ff02 commit bdedd64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit bdedd64

Please sign in to comment.