HADOOP-15261. Upgrade commons-io from 2.4 to 2.5. Contributed by PandaMonkey.

This commit is contained in:
Akira Ajisaka 2018-03-02 15:47:43 -08:00
parent 60080fbfcf
commit 432cd74c72
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -784,7 +784,7 @@
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.4</version> <version>2.5</version>
</dependency> </dependency>
<dependency> <dependency>