Skip to content

Commit

Permalink
Merge pull request #435 from qwinci/main
Browse files Browse the repository at this point in the history
Fix dependency on java 15
  • Loading branch information
benwoo1110 authored Mar 4, 2021
2 parents aed681d + b385088 commit 3baac10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,19 +298,19 @@ and adjust the build number accordingly -->
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>2.0.0</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-easymock</artifactId>
<version>2.0.0</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<version>2.0.0</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3baac10

Please sign in to comment.