config: version bump for powermock

This commit is contained in:
rnveach 2016-11-17 20:52:05 -05:00 committed by Roman Ivanov
parent 62d4bfe0dd
commit 481406f2d5
1 changed files with 2 additions and 2 deletions

View File

@ -279,13 +279,13 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
<scope>test</scope>
</dependency>
<dependency>