Skip to content

Commit

Permalink
Merge pull request #1670 from deegree/upgrade_json_path
Browse files Browse the repository at this point in the history
Upgrade json path library to latest version
  • Loading branch information
stephanr authored Apr 10, 2024
2 parents c8e7d52 + 3b0014b commit 313d0ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions deegree-core/deegree-core-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,9 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</dependency>
</dependencies>
</project>
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,11 @@
<artifactId>json-path</artifactId>
<version>${jsonpath.version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${jsonsmart.version}</version>
</dependency>
<!-- JAI -->
<dependency>
<groupId>javax.media</groupId>
Expand Down Expand Up @@ -1238,7 +1243,8 @@
<spring-framework.version>5.3.32</spring-framework.version>
<batik.version>1.17</batik.version>
<axoim.version>1.4.0</axoim.version>
<jsonpath.version>2.7.0</jsonpath.version>
<jsonpath.version>2.9.0</jsonpath.version>
<jsonsmart.version>2.5.1</jsonsmart.version>
</properties>

<modules>
Expand Down

0 comments on commit 313d0ca

Please sign in to comment.