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

fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5 #189

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 - "after 1pm and before 5pm on Friday" in timezone Asia/Tokyo, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Jun 9, 2023
@renovate renovate bot force-pushed the renovate/org.mockito.kotlin-mockito-kotlin-5.x branch from cdbcc03 to 324f711 Compare August 9, 2023 23:24
@renovate renovate bot force-pushed the renovate/org.mockito.kotlin-mockito-kotlin-5.x branch 2 times, most recently from 5ad9e0d to 6ebb0b2 Compare December 2, 2023 18:27
@renovate renovate bot force-pushed the renovate/org.mockito.kotlin-mockito-kotlin-5.x branch from 6ebb0b2 to 8e6a911 Compare February 4, 2024 05:25
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (52bad1a) 3.82% compared to head (8e6a911) 4.35%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main    #189      +/-   ##
==========================================
+ Coverage     3.82%   4.35%   +0.53%     
  Complexity      15      15              
==========================================
  Files           73      73              
  Lines         3400    3442      +42     
  Branches       448     446       -2     
==========================================
+ Hits           130     150      +20     
- Misses        3258    3280      +22     
  Partials        12      12              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@turtton turtton merged commit 5f99031 into main Feb 4, 2024
5 checks passed
@turtton turtton deleted the renovate/org.mockito.kotlin-mockito-kotlin-5.x branch February 4, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant