Skip to content

Commit bc3a0a8

Browse files
committed
Updated unit version to 3.8.2.
1 parent e414dcf commit bc3a0a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" path="src/test/resources"/>
9+
<classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
1010
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1111
<attributes>
1212
<attribute name="maven.pomderived" value="true"/>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>junit</groupId>
6565
<artifactId>junit</artifactId>
66-
<version>3.8.1</version>
66+
<version>3.8.2</version>
6767
</dependency>
6868

6969
<dependency>

0 commit comments

Comments
 (0)