Skip to content

Commit 106fdfe

Browse files
authored
Merge pull request #2 from pohanhuangtw/dependency-improvement
improve dependency based on dependency bot
2 parents 6c5c82c + aa43f24 commit 106fdfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>junit</groupId>
6060
<artifactId>junit</artifactId>
61-
<version>4.10</version>
61+
<version>4.13.1</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<!-- DEPENDENCIES TO AVOID LOADER CONFLICT-->
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>commons-io</groupId>
101101
<artifactId>commons-io</artifactId>
102-
<version>2.6</version> <!-- Make sure this matches across compile and runtime environments -->
102+
<version>2.7</version> <!-- Make sure this matches across compile and runtime environments -->
103103
</dependency>
104104
</dependencies>
105105

0 commit comments

Comments
 (0)