HHH-13463 - updated plexus-utils to 3.0.24 to avoid being vulnerable to CVE-2017-1000487
This commit is contained in:
parent
c10832a740
commit
7e71843a50
|
@ -39,7 +39,7 @@ dependencies {
|
||||||
runtime( libraries.jta )
|
runtime( libraries.jta )
|
||||||
runtime( libraries.javassist )
|
runtime( libraries.javassist )
|
||||||
runtime( libraries.byteBuddy )
|
runtime( libraries.byteBuddy )
|
||||||
runtime 'org.codehaus.plexus:plexus-utils:3.0.1'
|
runtime 'org.codehaus.plexus:plexus-utils:3.0.24'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inject dependencies into plugin.xml
|
// Inject dependencies into plugin.xml
|
||||||
|
|
Loading…
Reference in New Issue