Skip to content

Commit

Permalink
update json-path version (#90)
Browse files Browse the repository at this point in the history
json-path has security vulnerability
https://issues.jenkins.io/browse/SECURITY-2607

fixed by updating the version to 2.6.0
  • Loading branch information
mohammadmaulana authored Feb 7, 2022
1 parent 871c6ed commit 8c2ce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
<exclusions>
<exclusion> <!-- Note that json-smart *also* bundles ASM 5 inline, which we cannot do anything about. Bad form! -->
<groupId>org.ow2.asm</groupId>
Expand Down

0 comments on commit 8c2ce50

Please sign in to comment.