Skip to content

Commit 1dd37c7

Browse files
authored
chore(deps): update dependency org.mockito:mockito-core to v3.9.0 (GoogleCloudPlatform#4992)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `3.8.0` -> `3.9.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/3.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/3.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/3.9.0/compatibility-slim/3.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/3.9.0/confidence-slim/3.8.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mockito/mockito</summary> ### [`v3.9.0`](https://togithub.com/mockito/mockito/releases/v3.9.0) [Compare Source](https://togithub.com/mockito/mockito/compare/v3.8.0...v3.9.0) <sup><sup>_Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)_</sup></sup> ##### 3.9.0 - 2021-04-07 - [4 commit(s)](https://togithub.com/mockito/mockito/compare/v3.8.22...v3.9.0) by Tim van der Lippe, dependabot[bot] - "But invoked here" lists the invocation parameters [(#&GoogleCloudPlatform#8203;2259)](https://togithub.com/mockito/mockito/pull/2259) - Bump auto-service from 1.0-rc7 to 1.0 [(#&GoogleCloudPlatform#8203;2258)](https://togithub.com/mockito/mockito/pull/2258) - Bump actions/setup-java from v1 to v2 [(#&GoogleCloudPlatform#8203;2255)](https://togithub.com/mockito/mockito/pull/2255) - "But invoked here" should list the invocation parameters [(#&GoogleCloudPlatform#8203;2058)](https://togithub.com/mockito/mockito/issues/2058) </details> --- ### 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 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#github/GoogleCloudPlatform/java-docs-samples).
1 parent 5e76db2 commit 1dd37c7

File tree

32 files changed

+33
-33
lines changed

32 files changed

+33
-33
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.8.0</version>
90+
<version>3.9.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.8.0</version>
97+
<version>3.9.0</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.8.0</version>
90+
<version>3.9.0</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.8.0</version>
69+
<version>3.9.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.appengine</groupId>

cloud-sql/mysql/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.mockito</groupId>
7979
<artifactId>mockito-core</artifactId>
80-
<version>3.8.0</version>
80+
<version>3.9.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

cloud-sql/postgres/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.mockito</groupId>
6969
<artifactId>mockito-core</artifactId>
70-
<version>3.8.0</version>
70+
<version>3.9.0</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

cloud-sql/sqlserver/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.mockito</groupId>
6969
<artifactId>mockito-core</artifactId>
70-
<version>3.8.0</version>
70+
<version>3.9.0</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

container-registry/vulnerability-notification-function/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.mockito</groupId>
7070
<artifactId>mockito-core</artifactId>
71-
<version>3.8.0</version>
71+
<version>3.9.0</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>

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.8.0</version>
175+
<version>3.9.0</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.8.0</version>
64+
<version>3.9.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>

0 commit comments

Comments
 (0)