mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
PRODSEC-10332 updated commons-fileupload2-jakarta to address cve (#3403)
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -444,8 +444,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-fileupload2-jakarta</artifactId>
|
<artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
|
||||||
<version>2.0.0-M1</version>
|
<version>2.0.0-M4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-net</groupId>
|
<groupId>commons-net</groupId>
|
||||||
|
@@ -85,7 +85,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-fileupload2-jakarta</artifactId>
|
<artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
Reference in New Issue
Block a user