We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c5c82c + aa43f24 commit 106fdfeCopy full SHA for 106fdfe
pom.xml
@@ -58,7 +58,7 @@
58
<dependency>
59
<groupId>junit</groupId>
60
<artifactId>junit</artifactId>
61
- <version>4.10</version>
+ <version>4.13.1</version>
62
<scope>test</scope>
63
</dependency>
64
<!-- DEPENDENCIES TO AVOID LOADER CONFLICT-->
@@ -99,7 +99,7 @@
99
100
<groupId>commons-io</groupId>
101
<artifactId>commons-io</artifactId>
102
- <version>2.6</version> <!-- Make sure this matches across compile and runtime environments -->
+ <version>2.7</version> <!-- Make sure this matches across compile and runtime environments -->
103
104
</dependencies>
105
0 commit comments