File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,10 @@ dependencies {
56
56
shadowCompile group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.13.5'
57
57
shadowCompile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.13.5'
58
58
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
61
63
shadowCompile group : ' net.minidev' , name : ' json-smart' , version : ' 2.5.2'
62
64
}
63
65
You can’t perform that action at this time.
0 commit comments