Skip to content

Commit

Permalink
upgrade json-path to version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baulea committed Mar 15, 2024
1 parent a6a96ac commit c19c0ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<jukito.version>1.5</jukito.version>
<guice.version>7.0.0</guice.version>
<commons-lang.version>2.6</commons-lang.version>
<jayway-version>2.2.0</jayway-version>
<jayway-version>2.9.0</jayway-version>
<!-- resteasy 4.7.0.Final needs JDK11 -->
<resteasy-jaxrs.version>3.15.6.Final</resteasy-jaxrs.version>
<!-- logback 1.4.x and 1.5.x need JDK11 -->
Expand Down Expand Up @@ -200,6 +200,13 @@
<artifactId>json-path</artifactId>
<version>${jayway-version}</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.0</version>
</dependency>


<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit c19c0ba

Please sign in to comment.