Skip to content

Commit d84a418

Browse files
committed
chore(deps): Explicitly add more recent commons-io version (#488)
1 parent c7f7cc8 commit d84a418

File tree

1 file changed

+5
-10
lines changed
  • aws-serverless-java-container-core

1 file changed

+5
-10
lines changed

aws-serverless-java-container-core/pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
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>
@@ -110,16 +115,6 @@
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>

0 commit comments

Comments
 (0)