update to junit 4.11

This commit is contained in:
Andreas Schildbach 2013-03-22 16:28:36 +01:00
parent 2ce0de8103
commit 5c79bf70a3
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.4</version> <version>4.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View file

@ -58,7 +58,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.4</version> <version>4.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>