-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit c2278df
test(deps): update dependency org.mockito:mockito-core to v4.3.0 (#378)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.1.0` -> `4.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>mockito/mockito</summary>
### [`v4.3.0`](https://togithub.com/mockito/mockito/releases/v4.3.0)
[Compare Source](https://togithub.com/mockito/mockito/compare/v4.2.0...v4.3.0)
<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
##### 4.3.0
- 2022-01-24 - [20 commit(s)](https://togithub.com/mockito/mockito/compare/v4.2.0...v4.3.0) by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot\[bot], temp-droid
- Fixes [#​2489](https://togithub.com/mockito/mockito/issues/2489) : Fixed issue related to exceptions thrown from the nested spies [(#​2546)](https://togithub.com/mockito/mockito/pull/2546)
- Issue 2544 [(#​2545)](https://togithub.com/mockito/mockito/pull/2545)
- Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(#​2543)](https://togithub.com/mockito/mockito/pull/2543)
- Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(#​2542)](https://togithub.com/mockito/mockito/pull/2542)
- Bump material from 1.4.0 to 1.5.0 [(#​2541)](https://togithub.com/mockito/mockito/pull/2541)
- Bump appcompat from 1.4.0 to 1.4.1 [(#​2539)](https://togithub.com/mockito/mockito/pull/2539)
- Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(#​2536)](https://togithub.com/mockito/mockito/pull/2536)
- Remove an `@link` [(#​2535)](https://togithub.com/mockito/mockito/pull/2535)
- Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(#​2534)](https://togithub.com/mockito/mockito/pull/2534)
- Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(#​2533)](https://togithub.com/mockito/mockito/pull/2533)
- Bump assertj-core from 3.21.0 to 3.22.0 [(#​2531)](https://togithub.com/mockito/mockito/pull/2531)
- Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(#​2529)](https://togithub.com/mockito/mockito/pull/2529)
- Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(#​2527)](https://togithub.com/mockito/mockito/pull/2527)
- Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(#​2526)](https://togithub.com/mockito/mockito/pull/2526)
- Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(#​2524)](https://togithub.com/mockito/mockito/pull/2524)
- Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(#​2520)](https://togithub.com/mockito/mockito/pull/2520)
- Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(#​2519)](https://togithub.com/mockito/mockito/pull/2519)
- Fixes [#​2510](https://togithub.com/mockito/mockito/issues/2510): Remove ExpectedException from internal test suite [(#​2518)](https://togithub.com/mockito/mockito/pull/2518)
- Fix JavaDoc warnings and enforce zero errors in Gradle [(#​2513)](https://togithub.com/mockito/mockito/pull/2513)
- Remove `ExpectedException` from internal test suite [(#​2510)](https://togithub.com/mockito/mockito/issues/2510)
- Incomplete stack trace returned from spy inside another spy [(#​2489)](https://togithub.com/mockito/mockito/issues/2489)
- Introduce a BOM for Mockito's artifacts (closes [#​2321](https://togithub.com/mockito/mockito/issues/2321)) [(#​2323)](https://togithub.com/mockito/mockito/pull/2323)
- Provide a bill of materials (BOM) [(#​2321)](https://togithub.com/mockito/mockito/issues/2321)
### [`v4.2.0`](https://togithub.com/mockito/mockito/releases/v4.2.0)
[Compare Source](https://togithub.com/mockito/mockito/compare/v4.1.0...v4.2.0)
<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>
##### 4.2.0
- 2021-12-16 - [21 commit(s)](https://togithub.com/mockito/mockito/compare/v4.1.0...v4.2.0) by Liam Miller-Cushon, Rafael Winterhalter, Tim van der Lippe, dependabot\[bot], temp-droid
- Update ByteBuddy to 1.12.4 [(#​2515)](https://togithub.com/mockito/mockito/pull/2515)
- Bump kotlinVersion from 1.6.0 to 1.6.10 [(#​2514)](https://togithub.com/mockito/mockito/pull/2514)
- Add DoNotMock mention to main JavaDoc [(#​2512)](https://togithub.com/mockito/mockito/pull/2512)
- Replace ExpectedException in MissingInvocationInOrderCheckerTest [(#​2511)](https://togithub.com/mockito/mockito/pull/2511)
- Update Gradle to version 7.3.1 [(#​2509)](https://togithub.com/mockito/mockito/pull/2509)
- Fixes [#​2497](https://togithub.com/mockito/mockito/issues/2497): Throw exception on invalid matchers for `mockStatic` [(#​2506)](https://togithub.com/mockito/mockito/pull/2506)
- Make sure interface types are initialized before inline mocking to avoid blocking code of static initializers. [(#​2505)](https://togithub.com/mockito/mockito/pull/2505)
- Bump org.eclipse.osgi from 3.17.0 to 3.17.100 [(#​2504)](https://togithub.com/mockito/mockito/pull/2504)
- Bump com.diffplug.spotless from 6.0.2 to 6.0.4 [(#​2501)](https://togithub.com/mockito/mockito/pull/2501)
- Bump com.diffplug.spotless from 6.0.1 to 6.0.2 [(#​2498)](https://togithub.com/mockito/mockito/pull/2498)
- ArgumentMatchers not working for Mockito.mockStatic [(#​2497)](https://togithub.com/mockito/mockito/issues/2497)
- Bump versions.bytebuddy from 1.12.2 to 1.12.3 [(#​2496)](https://togithub.com/mockito/mockito/pull/2496)
- Bump com.diffplug.spotless from 6.0.0 to 6.0.1 [(#​2495)](https://togithub.com/mockito/mockito/pull/2495)
- Remove the recommendation to import ArgumentMatchers methods using Mockito [(#​2494)](https://togithub.com/mockito/mockito/pull/2494)
- Bump versions.junitJupiter from 5.8.1 to 5.8.2 [(#​2491)](https://togithub.com/mockito/mockito/pull/2491)
- Bump junit-platform-launcher from 1.8.1 to 1.8.2 [(#​2490)](https://togithub.com/mockito/mockito/pull/2490)
- Fix typo 'DoNoMock' should be 'DoNotMock' [(#​2487)](https://togithub.com/mockito/mockito/pull/2487)
- Bump biz.aQute.bnd.gradle from 6.0.0 to 6.1.0 [(#​2486)](https://togithub.com/mockito/mockito/pull/2486)
- Bump biz.aQute.bnd.builder from 6.0.0 to 6.1.0 [(#​2485)](https://togithub.com/mockito/mockito/pull/2485)
- Bump versions.bytebuddy from 1.12.1 to 1.12.2 [(#​2484)](https://togithub.com/mockito/mockito/pull/2484)
- Bump google-java-format from 1.12.0 to 1.13.0 [(#​2483)](https://togithub.com/mockito/mockito/pull/2483)
- Add annotation to mark a type as DoNotMock [(#​1833)](https://togithub.com/mockito/mockito/pull/1833)
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx).1 parent 6297260 commit c2278dfCopy full SHA for c2278df
1 file changed
+1
-1
lines changeddialogflow-cx/snippets/pom.xml
Copy file name to clipboardExpand all lines: dialogflow-cx/snippets/pom.xml+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
0 commit comments