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

Update dependency org.mockito.kotlin:mockito-kotlin to v5 #12500

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mockito.kotlin:mockito-kotlin 4.1.0 -> 5.4.0 age adoption passing confidence

Release Notes

mockito/mockito-kotlin (org.mockito.kotlin:mockito-kotlin)

v5.4.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.4.0

v5.3.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.3.1

v5.2.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.1

v5.2.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.0

v5.1.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.0
  • 2023-08-09 - 3 commit(s) by Hunter Werlla, Lukáš Křečan, Tim van der Lippe
  • Also run release job on 5.x tags (#​491)
  • #​474 Fix vararg argument matcher (#​490)
  • Fix issue #​480 by widening the allowed types for lenient().whenever() (#​485)
  • lenient().whenever() reports type mismatch TypeVariable(T) was expected (#​480)
  • Mockito 5.0 breaks vararg argument capture in Kotlin (#​474)

v5.0.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.0.0
  • 2023-06-01 - 5 commit(s) by Lukáš Křečan, Tatsuya Fujisaki, Wes Alvaro, rajin, thecodewarrior
  • #​478 Upgrade Mockito (#​482)
  • Add doReturn().on { method() } helper to KStubbing (#​481)
  • Prevent silent mis-stubbing (#​479)
  • Mockito 5.1 support (#​478)
  • Exchange explanations between verifyNoInteractions() and verifyNoMoreInteractions() (#​476)
  • Add helper functions for coroutine (#​470)
  • What about improving doReturn -> when implementation? (#​453)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added 3. to review dependencies Pull requests that update a dependency file labels Feb 4, 2024
Copy link
Contributor Author

renovate bot commented Feb 4, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: build.gradle
Command failed: ./gradlew --console=plain --dependency-verification lenient -q --write-verification-metadata sha256,pgp help

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':app'.
> SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable or by setting the sdk.dir path in your project's local properties file at '/tmp/renovate/repos/github/nextcloud/android/local.properties'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Failed to query the value of property 'buildFlowServiceProperty'.
> Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@6c2bb600 of type BuildFlowService.Parameters
   > A problem occurred configuring project ':app'.
      > SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable or by setting the sdk.dir path in your project's local properties file at '/tmp/renovate/repos/github/nextcloud/android/local.properties'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':app'.
> SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable or by setting the sdk.dir path in your project's local properties file at '/tmp/renovate/repos/github/nextcloud/android/local.properties'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

BUILD FAILED in 12s

@AndyScherzinger AndyScherzinger force-pushed the renovate/major-mockitokotlinversion branch 2 times, most recently from 3fe1642 to bc7ff2d Compare February 4, 2024 20:25
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

Merging #12500 (bc7ff2d) into master (5137c16) will increase coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #12500      +/-   ##
============================================
+ Coverage     27.99%   28.03%   +0.03%     
- Complexity     3359     3365       +6     
============================================
  Files           622      622              
  Lines         45453    45453              
  Branches       6498     6498              
============================================
+ Hits          12724    12742      +18     
+ Misses        30593    30573      -20     
- Partials       2136     2138       +2     

see 18 files with indirect coverage changes

@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Feb 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch 2 times, most recently from aa24521 to a63da03 Compare February 23, 2024 13:56
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch 2 times, most recently from f12c113 to ffeaebd Compare March 1, 2024 19:21
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch from ffeaebd to 0144d62 Compare March 14, 2024 16:58
@AndyScherzinger AndyScherzinger force-pushed the renovate/major-mockitokotlinversion branch from 0144d62 to b759e6f Compare April 9, 2024 16:03
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch from b759e6f to e8a6c69 Compare April 9, 2024 19:13
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Apr 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Apr 29, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 May 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 May 2, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 May 27, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 May 30, 2024
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch 3 times, most recently from cb7eb21 to 6f507d2 Compare June 17, 2024 14:15
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Jun 25, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Jun 27, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Jun 27, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Jul 1, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Jul 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Jul 2, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch from 6f507d2 to 0e13fca Compare July 9, 2024 09:18
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Jul 12, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch from 0e13fca to b8288d4 Compare July 18, 2024 14:23
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch from b8288d4 to 8242958 Compare July 24, 2024 21:03
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Jul 30, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Aug 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Aug 8, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Aug 19, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Aug 23, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Sep 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Sep 4, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Sep 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Sep 11, 2024
@renovate renovate bot changed the title Update dependency org.mockito.kotlin:mockito-kotlin to v5 fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Sep 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 Update dependency org.mockito.kotlin:mockito-kotlin to v5 Sep 30, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-mockitokotlinversion branch from 8242958 to 92ef211 Compare September 30, 2024 12:50
Copy link

Copy link

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12500.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

Copy link

Codacy

Lint

TypemasterPR
Warnings5959
Errors33

SpotBugs

CategoryBaseNew
Bad practice6464
Correctness6363
Dodgy code296296
Experimental11
Internationalization77
Malicious code vulnerability11
Multithreaded correctness66
Performance5353
Security1818
Total509509

@tobiasKaminsky
Copy link
Member

Added in #12501

Copy link
Contributor Author

renovate bot commented Oct 1, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-mockitokotlinversion branch October 1, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant