Skip to content

Commit 9f9bbf6

Browse files
cearibentolor
authored andcommitted
Fix library versions in Maven POM
Should have been updated in commit 249c349
1 parent 71afc97 commit 9f9bbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resource/maven/echo3-filetransfer-receiver-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>commons-io</groupId>
7373
<artifactId>commons-io</artifactId>
74-
<version>1.3.2</version>
74+
<version>2.2</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>commons-fileupload</groupId>
7878
<artifactId>commons-fileupload</artifactId>
79-
<version>1.2</version>
79+
<version>1.3</version>
8080
</dependency>
8181
</dependencies>
8282

0 commit comments

Comments
 (0)