Skip to content

Commit 34afd88

Browse files
Update version of Json Path to fix uncaught exception
As per CVE-2021-27568 there was an uncaught exception that could expose sensitive information. This gets identified by XRAY as a critical vulnerbility. @see https://nvd.nist.gov/vuln/detail/CVE-2021-27568
1 parent e7dcea0 commit 34afd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()
1313

1414
dependencies {
1515
compile 'se.bjurr.violations:violation-comments-lib:1.+'
16-
compile 'com.jayway.jsonpath:json-path:2.0.0'
16+
compile 'com.jayway.jsonpath:json-path:2.7.0'
1717
compile 'com.google.code.gson:gson:2.8.0'
1818
compile 'com.google.guava:guava:20.0'
1919
compile 'org.apache.httpcomponents:httpclient:4.5.5'

0 commit comments

Comments
 (0)