Skip to content

Commit f8c34fb

Browse files
authored
chore(deps): update dependency org.mockito:mockito-core to v3.3.0
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | minor | `3.2.4` -> `3.3.0` | | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | minor | `3.1.0` -> `3.3.0` | --- ### Release Notes <details> <summary>mockito/mockito</summary> ### [`v3.3.0`](https://togithub.com/mockito/mockito/releases/v3.3.0) [Compare Source](https://togithub.com/mockito/mockito/compare/v3.2.4...v3.3.0) <sup><sup>_Release notes were automatically generated by [Shipkit](http://shipkit.org/)_</sup></sup> ##### 3.3.0 - 2020-02-21 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.2.11...v3.3.0) by [Tim van der Lippe](https://togithub.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.3.0-green.svg)](https://bintray.com/mockito/maven/mockito/3.3.0) - No pull requests referenced in commit messages. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent 30f56ef commit f8c34fb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

appengine-java8/analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.mockito</groupId>
8989
<artifactId>mockito-core</artifactId>
90-
<version>3.1.0</version>
90+
<version>3.3.0</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>

appengine-java8/bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.mockito</groupId>
9696
<artifactId>mockito-core</artifactId>
97-
<version>3.1.0</version>
97+
<version>3.3.0</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>

appengine-java8/taskqueues-deferred/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.mockito</groupId>
6868
<artifactId>mockito-core</artifactId>
69-
<version>3.1.0</version>
69+
<version>3.3.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.appengine</groupId>

dataflow/transforms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>org.mockito</groupId>
174174
<artifactId>mockito-core</artifactId>
175-
<version>3.2.4</version>
175+
<version>3.3.0</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>junit</groupId>

functions/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.mockito</groupId>
5252
<artifactId>mockito-core</artifactId>
53-
<version>3.2.4</version>
53+
<version>3.3.0</version>
5454
<scope>test</scope>
5555
</dependency>
5656

0 commit comments

Comments
 (0)