From 22d451c5a1082fe7249a475025f6d14cbdca136d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 22:02:21 +0200 Subject: [PATCH] chore: update dependency org.mockito:mockito-junit-jupiter to v5.3.0 (#1193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
mockito/mockito ### [`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) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)* ##### 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 [(#​2967)](https://togithub.com/mockito/mockito/pull/2967) - Bump versions.bytebuddy from 1.14.3 to 1.14.4 [(#​2966)](https://togithub.com/mockito/mockito/pull/2966) - Adds `withoutAnnotations` parameter to `@Mock` [(#​2965)](https://togithub.com/mockito/mockito/pull/2965) - Fix ClassCastException [(#​2962)](https://togithub.com/mockito/mockito/pull/2962) - Bump org.codehaus.groovy:groovy from 3.0.16 to 3.0.17 [(#​2959)](https://togithub.com/mockito/mockito/pull/2959) - ClassCastException when combining InjectMocks with generified Mock field [(#​2958)](https://togithub.com/mockito/mockito/issues/2958) - Bump versions.bytebuddy from 1.14.2 to 1.14.3 [(#​2950)](https://togithub.com/mockito/mockito/pull/2950) - Add `ArgumentMatchers#assertArg` method. [(#​2949)](https://togithub.com/mockito/mockito/pull/2949) - Fixes 2947: correct visibility check to respect nestmates [(#​2948)](https://togithub.com/mockito/mockito/pull/2948) - spy does not initialize objects fully with InstrumentationMemberAccessor [(#​2947)](https://togithub.com/mockito/mockito/issues/2947) - Fixes [#​2877](https://togithub.com/mockito/mockito/issues/2877): removed mockito-inline as subproject and actual subproject [(#​2945)](https://togithub.com/mockito/mockito/pull/2945) - [#​2934](https://togithub.com/mockito/mockito/issues/2934) throw exception on multiple matches by type if cannot be reduce… [(#​2942)](https://togithub.com/mockito/mockito/pull/2942) - Bump org.eclipse.platform:org.eclipse.osgi from 3.18.200 to 3.18.300 [(#​2941)](https://togithub.com/mockito/mockito/pull/2941) - Bump com.diffplug.spotless from 6.16.0 to 6.17.0 [(#​2940)](https://togithub.com/mockito/mockito/pull/2940) - Bump org.codehaus.groovy:groovy from 3.0.15 to 3.0.16 [(#​2939)](https://togithub.com/mockito/mockito/pull/2939) - Bump versions.bytebuddy from 1.14.1 to 1.14.2 [(#​2938)](https://togithub.com/mockito/mockito/pull/2938) - Feature suggestion: TerminalMockCandidateFilter should report error when more than one candidate left [(#​2934)](https://togithub.com/mockito/mockito/issues/2934) - Mockito-inline dependency after upgrade 5.0.0 [(#​2877)](https://togithub.com/mockito/mockito/issues/2877) - Assertions on parameters during verification [(#​2285)](https://togithub.com/mockito/mockito/issues/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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/CloudNetService/CloudNet-v3). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d9720fcefd..cca5f50d92 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ guava = "31.1-jre" # testing junit = "5.9.2" -mockito = "5.2.0" +mockito = "5.3.0" testcontainers = "1.17.6" # compile time processing