Skip to content

Commit afb1f76

Browse files
authored
bump commons-fileupload to fix CVE-2025-48976 (#2956)
bump from commons-fileupload 1.5 to 1.6.0 caused moditect to fail, other modules ignore it too, doing it here as well ignores: [ERROR] Failed to execute goal org.moditect:moditect-maven-plugin:1.3.0.Final:add-module-info (add-module-infos) on project feign-form-spring: Execution add-module-infos of goal org.moditect:moditect-maven-plugin:1.3.0.Final:add-module-info failed: Module portlet.api not found, required by org.apache.commons.fileupload
1 parent 080badc commit afb1f76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

form-spring/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<properties>
3434
<main.java.version>17</main.java.version>
35+
<moditect.skip>true</moditect.skip>
3536
</properties>
3637

3738
<dependencies>
@@ -64,7 +65,7 @@
6465
<dependency>
6566
<groupId>commons-fileupload</groupId>
6667
<artifactId>commons-fileupload</artifactId>
67-
<version>1.5</version>
68+
<version>1.6.0</version>
6869
<scope>compile</scope>
6970
</dependency>
7071

0 commit comments

Comments
 (0)