Java-OCA-OCPP
Java-OCA-OCPP copied to clipboard
Bump org.mockito:mockito-core from 1.10.19 to 4.11.0
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps org.mockito:mockito-core from 1.10.19 to 4.11.0.
Release notes
Sourced from org.mockito:mockito-core's releases.
v4.11.0
Changelog generated by Shipkit Changelog Gradle Plugin
4.11.0
- 2022-12-28 - 1 commit(s) by Andy Coates
- Improve vararg handling: approach 2 [(#2807)](mockito/mockito#2807)
- Mocking varargs method with
any(String[].class)doesn't work as expected [(#2796)](mockito/mockito#2796)- (Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs [(#1498)](mockito/mockito#1498)
- Cannot verify varargs parameter as an array [(#1222)](mockito/mockito#1222)
- ArgumentCaptor can't capture varargs-arrays [(#584)](mockito/mockito#584)
- Verification of an empty varargs call fails when isNotNull() is used [(#567)](mockito/mockito#567)
v4.10.0
Changelog generated by Shipkit Changelog Gradle Plugin
4.10.0
- 2022-12-14 - 13 commit(s) by Andrei Solntsev, Andriy Redko, Andy Coates, Christopher Lambert, Marcono1234, Vladimir Glinskikh, dependabot[bot]
- Add new artifact mockito-subclass (to use mock-maker-subclass MockMaker) [(#2821)](mockito/mockito#2821)
- Bump gradle from 7.5.1 to 7.6 [(#2817)](mockito/mockito#2817)
- Fix incorrect Javadoc inline tag for MockitoJUnitRunner [(#2816)](mockito/mockito#2816)
- Bump shipkit-auto-version from 1.2.1 to 1.2.2 [(#2811)](mockito/mockito#2811)
- Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 [(#2810)](mockito/mockito#2810)
- Bump kotlinVersion from 1.7.21 to 1.7.22 [(#2809)](mockito/mockito#2809)
- Bump junit from 1.1.3 to 1.1.4 [(#2806)](mockito/mockito#2806)
- Simplify
MatcherApplicationStrategy[(#2803)](mockito/mockito#2803)- Bump kotlinVersion from 1.7.10 to 1.7.21 [(#2801)](mockito/mockito#2801)
- Bump espresso-core from 3.4.0 to 3.5.0 [(#2800)](mockito/mockito#2800)
- Bump versions.bytebuddy from 1.12.16 to 1.12.19 [(#2799)](mockito/mockito#2799)
- Upgrade errorprone from 2.14.0 to 2.16 [(#2794)](mockito/mockito#2794)
- automatically detect class to mock [(#2779)](mockito/mockito#2779)
v4.9.0
Changelog generated by Shipkit Changelog Gradle Plugin
4.9.0
- 2022-11-14 - 6 commit(s) by Andrei Solntsev, Rafael Winterhalter, Rick Ossendrijver, dependabot[bot]
- Upgrade objenesis 3.2 -> 3.3 [(#2784)](mockito/mockito#2784)
- Upgrade objenesis 3.2 -> 3.3 [(#2783)](mockito/mockito#2783)
- Avoids clearing stale weak entries from critical code segments. [(#2780)](mockito/mockito#2780)
- bump gradle from 7.3.1 to 7.5.1 [(#2776)](mockito/mockito#2776)
- Bump gradle/wrapper-validation-action from 1.0.4 to 1.0.5 [(#2775)](mockito/mockito#2775)
- Bump gradle-errorprone-plugin from 2.0.2 to 3.0.1 [(#2770)](mockito/mockito#2770)
- Bump junit-platform-launcher from 1.9.0 to 1.9.1 [(#2768)](mockito/mockito#2768)
v4.8.1
Changelog generated by Shipkit Changelog Gradle Plugin
4.8.1
- 2022-10-17 - 6 commit(s) by andrepaschoal, dependabot[bot]
- Possible fix #2765: Add task to download package-list file from java as element-list [(#2766)](mockito/mockito#2766)
... (truncated)
Commits
483e15fAddtype()method toArgumentMatcher(#2807)a4e2e48Addmockito-subclassartifact (#2821)e2e6289Bump gradle from 7.5.1 to 7.6 (#2817)ee9ba74Fix incorrect Javadoc inline tag for MockitoJUnitRunner (#2816)2567f05Bump shipkit-auto-version from 1.2.1 to 1.2.2 (#2811)bdcb31eBump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (#2810)34b8a8dBump kotlinVersion from 1.7.21 to 1.7.22 (#2809)83a41fdBump junit from 1.1.3 to 1.1.4 (#2806)8f4af18SimplifyMatcherApplicationStrategy(#2803)0ce902aBump kotlinVersion from 1.7.10 to 1.7.21 (#2801)- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| org.mockito:mockito-core | [>= 5.a, < 6] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase