Skip to content

Commit 2348979

Browse files
committed
Upgrade commons-io and commons-fileupload
1 parent afef4d7 commit 2348979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

primefaces-showcase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
<dependency>
8484
<groupId>commons-fileupload</groupId>
8585
<artifactId>commons-fileupload</artifactId>
86-
<version>1.3.2</version>
86+
<version>[1.3.3,)</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>commons-io</groupId>
9090
<artifactId>commons-io</artifactId>
91-
<version>2.5</version>
91+
<version>[2.7,)</version>
9292
</dependency>
9393
<!-- JSR 303 validation -->
9494
<dependency>

0 commit comments

Comments
 (0)