File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
aws-serverless-java-container-core Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 6363 <artifactId >commons-fileupload</artifactId >
6464 <version >1.4</version >
6565 </dependency >
66+ <dependency ><!-- [CVE-2021-29425] commons-fileupload ships with 2.2 -->
67+ <groupId >commons-io</groupId >
68+ <artifactId >commons-io</artifactId >
69+ <version >2.11.0</version >
70+ </dependency >
6671
6772 <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime -->
6873 <dependency >
110115 </dependency >
111116 </dependencies >
112117
113- <dependencyManagement >
114- <dependencies >
115- <dependency ><!-- [CVE-2021-29425] commons-fileupload ships with 2.2 -->
116- <groupId >commons-io</groupId >
117- <artifactId >commons-io</artifactId >
118- <version >2.11.0</version >
119- </dependency >
120- </dependencies >
121- </dependencyManagement >
122-
123118 <build >
124119 <plugins >
125120 <plugin >
You can’t perform that action at this time.
0 commit comments