Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 1742208

Browse files
committed
updating junit to 4.10 and commons-io to 2.1
1 parent b6a1e06 commit 1742208

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
@@ -163,12 +163,12 @@
163163
<dependency>
164164
<groupId>commons-io</groupId>
165165
<artifactId>commons-io</artifactId>
166-
<version>2.0.1</version>
166+
<version>2.1</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>junit</groupId>
170170
<artifactId>junit</artifactId>
171-
<version>4.9</version>
171+
<version>4.10</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)