Skip to content

Commit 8fd5cf9

Browse files
committed
Since we're now using Java 1.5, use the current JUnit version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1095675 13f79535-47bb-0310-9956-ffa450edef68
1 parent 491340d commit 8fd5cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>junit</groupId>
131131
<artifactId>junit</artifactId>
132-
<version>3.8.2</version>
132+
<version>4.8.2</version>
133133
<scope>test</scope>
134134
</dependency>
135135
<dependency>

0 commit comments

Comments
 (0)