Skip to content

Commit aa18eb8

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMJAYWAYJSONPATH-6140361
1 parent 9333db4 commit aa18eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.jayway.jsonpath</groupId>
8383
<artifactId>json-path</artifactId>
84-
<version>2.8.0</version>
84+
<version>2.9.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)