Skip to content

Commit 1da1bb6

Browse files
committed
Review fixes
1 parent 22f7440 commit 1da1bb6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ror-shadowed-libs/build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ dependencies {
5656
shadowCompile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.13.5'
5757
shadowCompile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.5'
5858
shadowCompile group: 'org.yaml', name: 'snakeyaml', version: '2.2'
59-
shadowCompile group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0'
60-
//It's a transitive dependency for json-path, listed here to fix CVE. It can be removed after json-path update
59+
shadowCompile(group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0') {
60+
exclude group: 'net.minidev'
61+
}
62+
//It's a fix for transitive dependency for json-path, listed here to fix CVE. It can be removed after json-path update
6163
shadowCompile group: 'net.minidev', name: 'json-smart', version: '2.5.2'
6264
}
6365

0 commit comments

Comments
 (0)