Skip to content

Commit

Permalink
Update json-path to 2.9.0 (#429)
Browse files Browse the repository at this point in the history
Fixes #428
  • Loading branch information
Corneil du Plessis authored Jan 23, 2024
1 parent 9f57e31 commit bc9660a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<logback.version>1.2.13</logback.version>
<json-path.version>2.9.0</json-path.version>
</properties>

<modules>
Expand All @@ -86,6 +87,11 @@
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${json-path.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
Expand Down

0 comments on commit bc9660a

Please sign in to comment.