mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Update the version for org.apache.commons:commons-compress to 1.19 (fix the security vulnerability alert from github)
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -592,6 +592,7 @@
|
|||||||
<image.registry>quay.io</image.registry>
|
<image.registry>quay.io</image.registry>
|
||||||
|
|
||||||
<javax-jaxb.version>2.3.0</javax-jaxb.version>
|
<javax-jaxb.version>2.3.0</javax-jaxb.version>
|
||||||
|
<apache-compress.version>1.19</apache-compress.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@@ -1120,7 +1121,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-compress</artifactId>
|
<artifactId>commons-compress</artifactId>
|
||||||
<version>1.18</version>
|
<version>${apache-compress.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco.maven.plugin</groupId>
|
<groupId>org.alfresco.maven.plugin</groupId>
|
||||||
|
Reference in New Issue
Block a user