mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
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_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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user