Skip to content

Commit

Permalink
deps: update dependency org.mockito:mockito-core to v3.4.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 13, 2020
1 parent 311c3cb commit c3c2c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-pubsublite/pom.xml
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.3.3</version>
<version>3.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pubsublite-beam-io/pom.xml
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.3.3</version>
<version>3.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c3c2c6f

Please sign in to comment.