Skip to content

Commit 1874f62

Browse files
authored
chore(deps): update dependency org.mockito:mockito-core to v3.5.2 (GoogleCloudPlatform#3565)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | patch | `3.5.0` -> `3.5.2` | --- ### Release Notes <details> <summary>mockito/mockito</summary> ### [`v3.5.2`](https://togithub.com/mockito/mockito/releases/v3.5.2) [Compare Source](https://togithub.com/mockito/mockito/compare/v3.5.0...v3.5.2) <sup><sup>_Release notes were automatically generated by [Shipkit](http://shipkit.org/)_</sup></sup> ##### 3.5.2 - 2020-08-18 - [1 commit](https://togithub.com/mockito/mockito/compare/v3.5.1...v3.5.2) by [Tim van der Lippe](https://togithub.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.2-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.2) - 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**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update 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#github/GoogleCloudPlatform/java-docs-samples).
1 parent b594c48 commit 1874f62

File tree

29 files changed

+30
-30
lines changed

29 files changed

+30
-30
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.5.0</version>
90+
<version>3.5.2</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.5.0</version>
97+
<version>3.5.2</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>

appengine-java8/helloworld/pom.xml

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

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.5.0</version>
69+
<version>3.5.2</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.5.0</version>
175+
<version>3.5.2</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>junit</groupId>

functions/concepts/after-timeout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.mockito</groupId>
6363
<artifactId>mockito-core</artifactId>
64-
<version>3.5.0</version>
64+
<version>3.5.2</version>
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>

functions/concepts/env-vars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>3.5.0</version>
58+
<version>3.5.2</version>
5959
<scope>test</scope>
6060
</dependency>
6161

functions/concepts/execution-count/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>3.5.0</version>
58+
<version>3.5.2</version>
5959
<scope>test</scope>
6060
</dependency>
6161

@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.mockito</groupId>
7070
<artifactId>mockito-core</artifactId>
71-
<version>3.5.0</version>
71+
<version>3.5.2</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>

functions/concepts/file-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>3.5.0</version>
58+
<version>3.5.2</version>
5959
<scope>test</scope>
6060
</dependency>
6161

functions/concepts/lazy-fields/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>3.5.0</version>
58+
<version>3.5.2</version>
5959
<scope>test</scope>
6060
</dependency>
6161

0 commit comments

Comments
 (0)