Skip to content

Commit 1a253d3

Browse files
Merge pull request #67 from CSUC/dependabot/maven/commons-io-commons-io-2.7
Bump commons-io from 2.6 to 2.7
2 parents 071432e + 7dbd0fb commit 1a253d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

PRC-CSV2XML-Core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
<dependency>
8585
<groupId>commons-io</groupId>
8686
<artifactId>commons-io</artifactId>
87-
<version>2.6</version>
8887
</dependency>
8988
<dependency>
9089
<groupId>org.apache.poi</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<junit.version>4.12</junit.version>
2929
<commons.lang3.version>3.7</commons.lang3.version>
30-
<commons.io.version>2.6</commons.io.version>
30+
<commons.io.version>2.7</commons.io.version>
3131
<commons.text.version>1.6</commons.text.version>
3232
<javatuples.version>1.2</javatuples.version>
3333
<typesafe.config.version>1.3.4</typesafe.config.version>

0 commit comments

Comments
 (0)