File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,12 @@ repositories {
5656
5757dependencies {
5858 compile group : ' org.rundeck' , name : ' rundeck-core' , version : ' 2.10.1'
59- pluginLibs group : ' org.codehaus.groovy.modules.http-builder' , name : ' http-builder' , version : ' 0.7.1'
59+ pluginLibs (group : ' org.codehaus.groovy.modules.http-builder' , name : ' http-builder' , version : ' 0.7.1' ) {
60+ exclude (group : " commons-collections" , module : " commons-collections" )
61+ exclude (group : " commons-beanutils" , module : " commons-beanutils" )
62+ }
63+ // bump xerces version brought by http-builder affected by CVE-2012-0881
64+ pluginLibs(" xerces:xercesImpl:2.12.0" )
6065 pluginLibs group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.2'
6166 pluginLibs group : ' com.esotericsoftware.yamlbeans' , name : ' yamlbeans' , version : ' 1.13'
6267
You can’t perform that action at this time.
0 commit comments