Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependency org.mockito:mockito-junit-jupiter to v5.3.0 #1193

Merged
merged 1 commit into from
Apr 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mockito:mockito-junit-jupiter 5.2.0 -> 5.3.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

mockito/mockito

v5.3.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.3.0
  • 2023-04-11 - 14 commit(s) by Krzysztof Krasoń, Maciej Walkowiak, Rafael Winterhalter, Wesley Tsai, dependabot[bot], jfrantzius
  • Bump com.diffplug.spotless from 6.17.0 to 6.18.0 (#​2967)
  • Bump versions.bytebuddy from 1.14.3 to 1.14.4 (#​2966)
  • Adds withoutAnnotations parameter to @Mock (#​2965)
  • Fix ClassCastException (#​2962)
  • Bump org.codehaus.groovy:groovy from 3.0.16 to 3.0.17 (#​2959)
  • ClassCastException when combining InjectMocks with generified Mock field (#​2958)
  • Bump versions.bytebuddy from 1.14.2 to 1.14.3 (#​2950)
  • Add ArgumentMatchers#assertArg method. (#​2949)
  • Fixes 2947: correct visibility check to respect nestmates (#​2948)
  • spy does not initialize objects fully with InstrumentationMemberAccessor (#​2947)
  • Fixes #​2877: removed mockito-inline as subproject and actual subproject (#​2945)
  • #​2934 throw exception on multiple matches by type if cannot be reduce… (#​2942)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.18.200 to 3.18.300 (#​2941)
  • Bump com.diffplug.spotless from 6.16.0 to 6.17.0 (#​2940)
  • Bump org.codehaus.groovy:groovy from 3.0.15 to 3.0.16 (#​2939)
  • Bump versions.bytebuddy from 1.14.1 to 1.14.2 (#​2938)
  • Feature suggestion: TerminalMockCandidateFilter should report error when more than one candidate left (#​2934)
  • Mockito-inline dependency after upgrade 5.0.0 (#​2877)
  • Assertions on parameters during verification (#​2285)

Configuration

📅 Schedule: Branch creation - "before 6:00am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the t: dependencies A pull request / issue targeting dependency updates label Apr 12, 2023
@renovate renovate bot force-pushed the renovate/mockito-monorepo branch 5 times, most recently from 3f6f206 to cabb689 Compare April 14, 2023 12:59
@renovate renovate bot force-pushed the renovate/mockito-monorepo branch from cabb689 to ad6aa5a Compare April 15, 2023 21:49
@derklaro derklaro enabled auto-merge April 16, 2023 20:02
@derklaro derklaro added this pull request to the merge queue Apr 16, 2023
Merged via the queue into nightly with commit 440e9b1 Apr 16, 2023
@renovate renovate bot deleted the renovate/mockito-monorepo branch April 16, 2023 20:06
derklaro pushed a commit that referenced this pull request Apr 17, 2023
…1193)

[![Mend
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-junit-jupiter](https://togithub.com/mockito/mockito)
| `5.2.0` -> `5.3.0` |
[![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/compatibility-slim/5.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/confidence-slim/5.2.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>mockito/mockito</summary>

### [`v5.3.0`](https://togithub.com/mockito/mockito/releases/tag/v5.3.0)

[Compare
Source](https://togithub.com/mockito/mockito/compare/v5.2.0...v5.3.0)

<sup><sup>*Changelog generated by [Shipkit Changelog Gradle
Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>

##### 5.3.0

- 2023-04-11 - [14
commit(s)](https://togithub.com/mockito/mockito/compare/v5.2.0...v5.3.0)
by Krzysztof Krasoń, Maciej Walkowiak, Rafael Winterhalter, Wesley Tsai,
dependabot\[bot], jfrantzius
- Bump com.diffplug.spotless from 6.17.0 to 6.18.0
[(#&#8203;2967)](https://togithub.com/mockito/mockito/pull/2967)
- Bump versions.bytebuddy from 1.14.3 to 1.14.4
[(#&#8203;2966)](https://togithub.com/mockito/mockito/pull/2966)
- Adds `withoutAnnotations` parameter to `@Mock`
[(#&#8203;2965)](https://togithub.com/mockito/mockito/pull/2965)
- Fix ClassCastException
[(#&#8203;2962)](https://togithub.com/mockito/mockito/pull/2962)
- Bump org.codehaus.groovy:groovy from 3.0.16 to 3.0.17
[(#&#8203;2959)](https://togithub.com/mockito/mockito/pull/2959)
- ClassCastException when combining InjectMocks with generified Mock
field [(#&#8203;2958)](https://togithub.com/mockito/mockito/issues/2958)
- Bump versions.bytebuddy from 1.14.2 to 1.14.3
[(#&#8203;2950)](https://togithub.com/mockito/mockito/pull/2950)
- Add `ArgumentMatchers#assertArg` method.
[(#&#8203;2949)](https://togithub.com/mockito/mockito/pull/2949)
- Fixes 2947: correct visibility check to respect nestmates
[(#&#8203;2948)](https://togithub.com/mockito/mockito/pull/2948)
- spy does not initialize objects fully with
InstrumentationMemberAccessor
[(#&#8203;2947)](https://togithub.com/mockito/mockito/issues/2947)
- Fixes
[#&#8203;2877](https://togithub.com/mockito/mockito/issues/2877):
removed mockito-inline as subproject and actual subproject
[(#&#8203;2945)](https://togithub.com/mockito/mockito/pull/2945)
- [#&#8203;2934](https://togithub.com/mockito/mockito/issues/2934) throw
exception on multiple matches by type if cannot be reduce…
[(#&#8203;2942)](https://togithub.com/mockito/mockito/pull/2942)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.18.200 to 3.18.300
[(#&#8203;2941)](https://togithub.com/mockito/mockito/pull/2941)
- Bump com.diffplug.spotless from 6.16.0 to 6.17.0
[(#&#8203;2940)](https://togithub.com/mockito/mockito/pull/2940)
- Bump org.codehaus.groovy:groovy from 3.0.15 to 3.0.16
[(#&#8203;2939)](https://togithub.com/mockito/mockito/pull/2939)
- Bump versions.bytebuddy from 1.14.1 to 1.14.2
[(#&#8203;2938)](https://togithub.com/mockito/mockito/pull/2938)
- Feature suggestion: TerminalMockCandidateFilter should report error
when more than one candidate left
[(#&#8203;2934)](https://togithub.com/mockito/mockito/issues/2934)
- Mockito-inline dependency after upgrade 5.0.0
[(#&#8203;2877)](https://togithub.com/mockito/mockito/issues/2877)
- Assertions on parameters during verification
[(#&#8203;2285)](https://togithub.com/mockito/mockito/issues/2285)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6:00am" in timezone
Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/CloudNetService/CloudNet-v3).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0utplay pushed a commit that referenced this pull request Apr 19, 2023
…1193)

[![Mend
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-junit-jupiter](https://togithub.com/mockito/mockito)
| `5.2.0` -> `5.3.0` |
[![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/compatibility-slim/5.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/confidence-slim/5.2.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>mockito/mockito</summary>

### [`v5.3.0`](https://togithub.com/mockito/mockito/releases/tag/v5.3.0)

[Compare
Source](https://togithub.com/mockito/mockito/compare/v5.2.0...v5.3.0)

<sup><sup>*Changelog generated by [Shipkit Changelog Gradle
Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>

##### 5.3.0

- 2023-04-11 - [14
commit(s)](https://togithub.com/mockito/mockito/compare/v5.2.0...v5.3.0)
by Krzysztof Krasoń, Maciej Walkowiak, Rafael Winterhalter, Wesley Tsai,
dependabot\[bot], jfrantzius
- Bump com.diffplug.spotless from 6.17.0 to 6.18.0
[(#&#8203;2967)](https://togithub.com/mockito/mockito/pull/2967)
- Bump versions.bytebuddy from 1.14.3 to 1.14.4
[(#&#8203;2966)](https://togithub.com/mockito/mockito/pull/2966)
- Adds `withoutAnnotations` parameter to `@Mock`
[(#&#8203;2965)](https://togithub.com/mockito/mockito/pull/2965)
- Fix ClassCastException
[(#&#8203;2962)](https://togithub.com/mockito/mockito/pull/2962)
- Bump org.codehaus.groovy:groovy from 3.0.16 to 3.0.17
[(#&#8203;2959)](https://togithub.com/mockito/mockito/pull/2959)
- ClassCastException when combining InjectMocks with generified Mock
field [(#&#8203;2958)](https://togithub.com/mockito/mockito/issues/2958)
- Bump versions.bytebuddy from 1.14.2 to 1.14.3
[(#&#8203;2950)](https://togithub.com/mockito/mockito/pull/2950)
- Add `ArgumentMatchers#assertArg` method.
[(#&#8203;2949)](https://togithub.com/mockito/mockito/pull/2949)
- Fixes 2947: correct visibility check to respect nestmates
[(#&#8203;2948)](https://togithub.com/mockito/mockito/pull/2948)
- spy does not initialize objects fully with
InstrumentationMemberAccessor
[(#&#8203;2947)](https://togithub.com/mockito/mockito/issues/2947)
- Fixes
[#&#8203;2877](https://togithub.com/mockito/mockito/issues/2877):
removed mockito-inline as subproject and actual subproject
[(#&#8203;2945)](https://togithub.com/mockito/mockito/pull/2945)
- [#&#8203;2934](https://togithub.com/mockito/mockito/issues/2934) throw
exception on multiple matches by type if cannot be reduce…
[(#&#8203;2942)](https://togithub.com/mockito/mockito/pull/2942)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.18.200 to 3.18.300
[(#&#8203;2941)](https://togithub.com/mockito/mockito/pull/2941)
- Bump com.diffplug.spotless from 6.16.0 to 6.17.0
[(#&#8203;2940)](https://togithub.com/mockito/mockito/pull/2940)
- Bump org.codehaus.groovy:groovy from 3.0.15 to 3.0.16
[(#&#8203;2939)](https://togithub.com/mockito/mockito/pull/2939)
- Bump versions.bytebuddy from 1.14.1 to 1.14.2
[(#&#8203;2938)](https://togithub.com/mockito/mockito/pull/2938)
- Feature suggestion: TerminalMockCandidateFilter should report error
when more than one candidate left
[(#&#8203;2934)](https://togithub.com/mockito/mockito/issues/2934)
- Mockito-inline dependency after upgrade 5.0.0
[(#&#8203;2877)](https://togithub.com/mockito/mockito/issues/2877)
- Assertions on parameters during verification
[(#&#8203;2285)](https://togithub.com/mockito/mockito/issues/2285)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6:00am" in timezone
Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/CloudNetService/CloudNet-v3).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
GiantTreeLP pushed a commit to GiantTreeLP/CloudNet-v3 that referenced this pull request Jul 9, 2023
…loudNetService#1193)

[![Mend
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-junit-jupiter](https://togithub.com/mockito/mockito)
| `5.2.0` -> `5.3.0` |
[![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/compatibility-slim/5.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-junit-jupiter/5.3.0/confidence-slim/5.2.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>mockito/mockito</summary>

### [`v5.3.0`](https://togithub.com/mockito/mockito/releases/tag/v5.3.0)

[Compare
Source](https://togithub.com/mockito/mockito/compare/v5.2.0...v5.3.0)

<sup><sup>*Changelog generated by [Shipkit Changelog Gradle
Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>

##### 5.3.0

- 2023-04-11 - [14
commit(s)](https://togithub.com/mockito/mockito/compare/v5.2.0...v5.3.0)
by Krzysztof Krasoń, Maciej Walkowiak, Rafael Winterhalter, Wesley Tsai,
dependabot\[bot], jfrantzius
- Bump com.diffplug.spotless from 6.17.0 to 6.18.0
[(#&#8203;2967)](https://togithub.com/mockito/mockito/pull/2967)
- Bump versions.bytebuddy from 1.14.3 to 1.14.4
[(#&#8203;2966)](https://togithub.com/mockito/mockito/pull/2966)
- Adds `withoutAnnotations` parameter to `@Mock`
[(#&#8203;2965)](https://togithub.com/mockito/mockito/pull/2965)
- Fix ClassCastException
[(#&#8203;2962)](https://togithub.com/mockito/mockito/pull/2962)
- Bump org.codehaus.groovy:groovy from 3.0.16 to 3.0.17
[(#&#8203;2959)](https://togithub.com/mockito/mockito/pull/2959)
- ClassCastException when combining InjectMocks with generified Mock
field [(#&#8203;2958)](https://togithub.com/mockito/mockito/issues/2958)
- Bump versions.bytebuddy from 1.14.2 to 1.14.3
[(#&#8203;2950)](https://togithub.com/mockito/mockito/pull/2950)
- Add `ArgumentMatchers#assertArg` method.
[(#&#8203;2949)](https://togithub.com/mockito/mockito/pull/2949)
- Fixes 2947: correct visibility check to respect nestmates
[(#&#8203;2948)](https://togithub.com/mockito/mockito/pull/2948)
- spy does not initialize objects fully with
InstrumentationMemberAccessor
[(#&#8203;2947)](https://togithub.com/mockito/mockito/issues/2947)
- Fixes
[#&#8203;2877](https://togithub.com/mockito/mockito/issues/2877):
removed mockito-inline as subproject and actual subproject
[(#&#8203;2945)](https://togithub.com/mockito/mockito/pull/2945)
- [#&#8203;2934](https://togithub.com/mockito/mockito/issues/2934) throw
exception on multiple matches by type if cannot be reduce…
[(#&#8203;2942)](https://togithub.com/mockito/mockito/pull/2942)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.18.200 to 3.18.300
[(#&#8203;2941)](https://togithub.com/mockito/mockito/pull/2941)
- Bump com.diffplug.spotless from 6.16.0 to 6.17.0
[(#&#8203;2940)](https://togithub.com/mockito/mockito/pull/2940)
- Bump org.codehaus.groovy:groovy from 3.0.15 to 3.0.16
[(#&#8203;2939)](https://togithub.com/mockito/mockito/pull/2939)
- Bump versions.bytebuddy from 1.14.1 to 1.14.2
[(#&#8203;2938)](https://togithub.com/mockito/mockito/pull/2938)
- Feature suggestion: TerminalMockCandidateFilter should report error
when more than one candidate left
[(#&#8203;2934)](https://togithub.com/mockito/mockito/issues/2934)
- Mockito-inline dependency after upgrade 5.0.0
[(#&#8203;2877)](https://togithub.com/mockito/mockito/issues/2877)
- Assertions on parameters during verification
[(#&#8203;2285)](https://togithub.com/mockito/mockito/issues/2285)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6:00am" in timezone
Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/CloudNetService/CloudNet-v3).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t: dependencies A pull request / issue targeting dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant