Skip to content

Commit

Permalink
Enforce json-path dep version 2.9.0 in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Feb 6, 2024
1 parent 5687090 commit e24c33b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down

0 comments on commit e24c33b

Please sign in to comment.