Skip to content

Commit

Permalink
chore(deps): update dependency org.mockito:mockito-core to v3.3.3 (#3463
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Jun 21, 2020
1 parent d11e757 commit 95e0d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.23.4</version>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spoon-visualisation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.0.0</version>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 95e0d21

Please sign in to comment.