We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 071432e + 7dbd0fb commit 1a253d3Copy full SHA for 1a253d3
PRC-CSV2XML-Core/pom.xml
@@ -84,7 +84,6 @@
84
<dependency>
85
<groupId>commons-io</groupId>
86
<artifactId>commons-io</artifactId>
87
- <version>2.6</version>
88
</dependency>
89
90
<groupId>org.apache.poi</groupId>
pom.xml
@@ -27,7 +27,7 @@
27
28
<junit.version>4.12</junit.version>
29
<commons.lang3.version>3.7</commons.lang3.version>
30
- <commons.io.version>2.6</commons.io.version>
+ <commons.io.version>2.7</commons.io.version>
31
<commons.text.version>1.6</commons.text.version>
32
<javatuples.version>1.2</javatuples.version>
33
<typesafe.config.version>1.3.4</typesafe.config.version>
0 commit comments