Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • drasyl drasyl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SANE (Public)SANE (Public)
  • drasyldrasyl
  • Merge requests
  • !664

Bump mockito.version from 4.2.0 to 4.3.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged bornholdt requested to merge dependabot/maven/mockito.version-4.3.0 into master Jan 24, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Bumps mockito.version from 4.2.0 to 4.3.0. Updates mockito-core from 4.2.0 to 4.3.0

Release notes

Sourced from mockito-core's releases.

v4.3.0

Changelog generated by Shipkit Changelog Gradle Plugin

4.3.0

  • 2022-01-24 - 20 commit(s) by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot[bot], temp-droid
  • Fixes #2489 : Fixed issue related to exceptions thrown from the nested spies [(#2546)](https://github.com/mockito/mockito/pull/2546)
  • Issue 2544 [(#2545)](https://github.com/mockito/mockito/pull/2545)
  • Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(#2543)](https://github.com/mockito/mockito/pull/2543)
  • Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(#2542)](https://github.com/mockito/mockito/pull/2542)
  • Bump material from 1.4.0 to 1.5.0 [(#2541)](https://github.com/mockito/mockito/pull/2541)
  • Bump appcompat from 1.4.0 to 1.4.1 [(#2539)](https://github.com/mockito/mockito/pull/2539)
  • Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(#2536)](https://github.com/mockito/mockito/pull/2536)
  • Remove an @link [(#2535)](https://github.com/mockito/mockito/pull/2535)
  • Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(#2534)](https://github.com/mockito/mockito/pull/2534)
  • Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(#2533)](https://github.com/mockito/mockito/pull/2533)
  • Bump assertj-core from 3.21.0 to 3.22.0 [(#2531)](https://github.com/mockito/mockito/pull/2531)
  • Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(#2529)](https://github.com/mockito/mockito/pull/2529)
  • Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(#2527)](https://github.com/mockito/mockito/pull/2527)
  • Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(#2526)](https://github.com/mockito/mockito/pull/2526)
  • Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(#2524)](https://github.com/mockito/mockito/pull/2524)
  • Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(#2520)](https://github.com/mockito/mockito/pull/2520)
  • Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(#2519)](https://github.com/mockito/mockito/pull/2519)
  • Fixes #2510: Remove ExpectedException from internal test suite [(#2518)](https://github.com/mockito/mockito/pull/2518)
  • Fix JavaDoc warnings and enforce zero errors in Gradle [(#2513)](https://github.com/mockito/mockito/pull/2513)
  • Remove ExpectedException from internal test suite [(#2510)](https://github.com/mockito/mockito/issues/2510)
  • Incomplete stack trace returned from spy inside another spy [(#2489)](https://github.com/mockito/mockito/issues/2489)
  • Introduce a BOM for Mockito's artifacts (closes #2321) [(#2323)](https://github.com/mockito/mockito/pull/2323)
  • Provide a bill of materials (BOM) [(#2321)](https://github.com/mockito/mockito/issues/2321)
Commits
  • 8cdf0cc Fixes #2489 : Fixed issue related to exceptions thrown from the nested spies ...
  • faa6e92 Bump appcompat from 1.4.0 to 1.4.1 (#2539)
  • 5505941 Fix Mockito.mockConstructionWithAnswer with more than 2 invocations (#2545)
  • 9e95f1a Bump versions.bytebuddy from 1.12.6 to 1.12.7 (#2543)
  • 8e94aeb Bump material from 1.4.0 to 1.5.0 (#2541)
  • 88b958d Bump com.diffplug.spotless from 6.1.2 to 6.2.0 (#2542)
  • cb948d2 Bump com.diffplug.spotless from 6.1.1 to 6.1.2 (#2536)
  • d501300 Remove @link to ProxyMockMaker from main Mockito javadoc (#2535)
  • 3dca21f Bump com.diffplug.spotless from 6.1.0 to 6.1.1 (#2534)
  • d5cad06 Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 (#2533)
  • Additional commits viewable in compare view

Updates `mockito-junit-jupiter` from 4.2.0 to 4.3.0
Release notes

Sourced from mockito-junit-jupiter's releases.

v4.3.0

Changelog generated by Shipkit Changelog Gradle Plugin

4.3.0

  • 2022-01-24 - 20 commit(s) by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot[bot], temp-droid
  • Fixes #2489 : Fixed issue related to exceptions thrown from the nested spies [(#2546)](https://github.com/mockito/mockito/pull/2546)
  • Issue 2544 [(#2545)](https://github.com/mockito/mockito/pull/2545)
  • Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(#2543)](https://github.com/mockito/mockito/pull/2543)
  • Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(#2542)](https://github.com/mockito/mockito/pull/2542)
  • Bump material from 1.4.0 to 1.5.0 [(#2541)](https://github.com/mockito/mockito/pull/2541)
  • Bump appcompat from 1.4.0 to 1.4.1 [(#2539)](https://github.com/mockito/mockito/pull/2539)
  • Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(#2536)](https://github.com/mockito/mockito/pull/2536)
  • Remove an @link [(#2535)](https://github.com/mockito/mockito/pull/2535)
  • Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(#2534)](https://github.com/mockito/mockito/pull/2534)
  • Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(#2533)](https://github.com/mockito/mockito/pull/2533)
  • Bump assertj-core from 3.21.0 to 3.22.0 [(#2531)](https://github.com/mockito/mockito/pull/2531)
  • Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(#2529)](https://github.com/mockito/mockito/pull/2529)
  • Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(#2527)](https://github.com/mockito/mockito/pull/2527)
  • Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(#2526)](https://github.com/mockito/mockito/pull/2526)
  • Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(#2524)](https://github.com/mockito/mockito/pull/2524)
  • Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(#2520)](https://github.com/mockito/mockito/pull/2520)
  • Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(#2519)](https://github.com/mockito/mockito/pull/2519)
  • Fixes #2510: Remove ExpectedException from internal test suite [(#2518)](https://github.com/mockito/mockito/pull/2518)
  • Fix JavaDoc warnings and enforce zero errors in Gradle [(#2513)](https://github.com/mockito/mockito/pull/2513)
  • Remove ExpectedException from internal test suite [(#2510)](https://github.com/mockito/mockito/issues/2510)
  • Incomplete stack trace returned from spy inside another spy [(#2489)](https://github.com/mockito/mockito/issues/2489)
  • Introduce a BOM for Mockito's artifacts (closes #2321) [(#2323)](https://github.com/mockito/mockito/pull/2323)
  • Provide a bill of materials (BOM) [(#2321)](https://github.com/mockito/mockito/issues/2321)
Commits
  • 8cdf0cc Fixes #2489 : Fixed issue related to exceptions thrown from the nested spies ...
  • faa6e92 Bump appcompat from 1.4.0 to 1.4.1 (#2539)
  • 5505941 Fix Mockito.mockConstructionWithAnswer with more than 2 invocations (#2545)
  • 9e95f1a Bump versions.bytebuddy from 1.12.6 to 1.12.7 (#2543)
  • 8e94aeb Bump material from 1.4.0 to 1.5.0 (#2541)
  • 88b958d Bump com.diffplug.spotless from 6.1.2 to 6.2.0 (#2542)
  • cb948d2 Bump com.diffplug.spotless from 6.1.1 to 6.1.2 (#2536)
  • d501300 Remove @link to ProxyMockMaker from main Mockito javadoc (#2535)
  • 3dca21f Bump com.diffplug.spotless from 6.1.0 to 6.1.1 (#2534)
  • d5cad06 Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 (#2533)
  • Additional commits viewable in compare view

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/maven/mockito.version-4.3.0