Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockito/mockito
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.8.1
Choose a base ref
...
head repository: mockito/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 19, 2022

  1. Bump junit-platform-launcher from 1.9.0 to 1.9.1 (#2768)

    Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-launcher
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    fe7dca2 View commit details
    Browse the repository at this point in the history
  2. Bump gradle-errorprone-plugin from 2.0.2 to 3.0.1 (#2770)

    Bumps gradle-errorprone-plugin from 2.0.2 to 3.0.1.
    
    ---
    updated-dependencies:
    - dependency-name: net.ltgt.gradle:gradle-errorprone-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f512a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Bump gradle/wrapper-validation-action from 1.0.4 to 1.0.5 (#2775)

    Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
    - [Commits](gradle/wrapper-validation-action@v1.0.4...v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/wrapper-validation-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    fcb4cf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    eb85518 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Avoid clearing stale weak entries from critical code segments (#2780)

    This reduces the probability of checking for mocked from from the
    mock-checking code what can lead to infinitive loops.
    raphw authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0052e2f View commit details
    Browse the repository at this point in the history
Loading