Browse Source

Merge pull request #68 from jhonnymertz/dependabot/maven/commons-io-commons-io-2.7

Bump commons-io from 2.6 to 2.7
Jhonny Mertz 4 years ago
parent
commit
de76fe9631
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -55,7 +55,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.6</version>
+            <version>2.7</version>
         </dependency>
 
         <dependency>