HHH-13463 - updated plexus-utils to 3.0.24 to avoid being vulnerable to CVE-2017-1000487
This commit is contained in:
parent
41f155fcd9
commit
c10832a740
|
@ -28,7 +28,7 @@ dependencies {
|
|||
compile( libraries.jpa ) { transitive = false }
|
||||
compile( libraries.javassist ) { transitive = false }
|
||||
compile( libraries.byteBuddy ) { transitive = false }
|
||||
compile 'org.codehaus.plexus:plexus-utils:3.0.1'
|
||||
compile 'org.codehaus.plexus:plexus-utils:3.0.24'
|
||||
compile 'org.sonatype.plexus:plexus-build-api:0.0.7'
|
||||
runtime( libraries.maven_core )
|
||||
runtime( libraries.maven_artifact )
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<type>jar</type>
|
||||
<version>3.0.1</version>
|
||||
<version>3.0.24</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
Loading…
Reference in New Issue