Pull #2293: Update PowerMock to 1.6.3

This commit is contained in:
Michal Kordas 2015-10-09 23:16:13 +02:00
parent aaf606ee02
commit fa06d1c4aa
1 changed files with 2 additions and 2 deletions

View File

@ -269,13 +269,13 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
<scope>test</scope>
</dependency>
<dependency>