Skip to content

Commit 5a71774

Browse files
committed
Upgrade args4j and junit
1 parent 718abfd commit 5a71774

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
@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>args4j</groupId>
2727
<artifactId>args4j</artifactId>
28-
<version>2.32</version>
28+
<version>2.33</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>junit</groupId>
3232
<artifactId>junit</artifactId>
33-
<version>4.7</version>
33+
<version>4.12</version>
3434
<scope>test</scope>
3535
</dependency>
3636
</dependencies>

0 commit comments

Comments
 (0)