Skip to content

Commit 03adf2f

Browse files
committed
upgrade junit so we can have ordered tests via \@FixMethodOrder(MethodSorters.NAME_ASCENDING)
1 parent 545e721 commit 03adf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>junit</groupId>
185185
<artifactId>junit</artifactId>
186-
<version>4.10</version>
186+
<version>4.11</version>
187187
<scope>test</scope>
188188
</dependency>
189189
<dependency>

0 commit comments

Comments
 (0)