Skip to content

Commit

Permalink
Update JUnit, PowerMock, Mockito libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Oct 1, 2015
1 parent 251835e commit d708b38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -151,24 +151,24 @@ THE SOFTWARE.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<version>1.10.19</version>
</dependency>

<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.5.6</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.5.6</version>
<version>1.6.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d708b38

Please sign in to comment.