Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Update to Mockito 1.10.19
Browse files Browse the repository at this point in the history
Fixes gh-1606
  • Loading branch information
jgrandja committed Mar 8, 2019
1 parent aadee6e commit 9dc7aac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<spring.version>4.3.22.RELEASE</spring.version>
<spring.security.version>4.2.11.RELEASE</spring.security.version>
<junit.version>4.12</junit.version>
<mockito.version>1.10.19</mockito.version>
<java.version>1.6</java.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion spring-security-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion spring-security-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 9dc7aac

Please # to comment.