mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-04-23 22:30:28 +00:00
AAE-43877 Security update on plexus dependency (#1224)
This commit is contained in:
committed by
GitHub
parent
7324b22c0b
commit
788d5683e0
8
pom.xml
8
pom.xml
@@ -226,6 +226,14 @@
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${commons-lang3.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- temporary security fix AAE-43877 -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<version>4.0.3</version>
|
||||
</dependency>
|
||||
<!-- temporary security fix AAE-36687 -->
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user