Update JUnit dependency to 4.12

This commit is contained in:
Zafar Khaja 2015-03-19 20:22:45 +02:00
parent eff87d8753
commit fa7bb1ae63

View File

@ -44,7 +44,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.11</version> <version>4.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>