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: v5.17.0
Choose a base ref
...
head repository: mockito/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.18.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 12, 2025

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

Commits on May 19, 2025

  1. Make vararg checks Scala friendly (#3651)

    Required to update core version in mockito-scala.
    jozic authored May 19, 2025
    Configuration menu
    Copy the full SHA
    8f15169 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Bump bytebuddy from 1.15.11 to 1.16.1

    Bumps `bytebuddy` from 1.15.11 to 1.16.1.
    
    Updates `net.bytebuddy:byte-buddy` from 1.15.11 to 1.16.1
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.15.11...byte-buddy-1.16.1)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.15.11 to 1.16.1
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.15.11...byte-buddy-1.16.1)
    
    Updates `net.bytebuddy:byte-buddy-android` from 1.15.11 to 1.16.1
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.15.11...byte-buddy-1.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: net.bytebuddy:byte-buddy-android
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and TimvdLippe committed May 20, 2025
    Configuration menu
    Copy the full SHA
    60179ca View commit details
    Browse the repository at this point in the history
  2. Update Jacoco version to 0.8.13

    This should include Java 25 support
    TimvdLippe committed May 20, 2025
    Configuration menu
    Copy the full SHA
    65388f0 View commit details
    Browse the repository at this point in the history
  3. Force Jacoco version for Android

    We need to override the version used by Android toolchain.
    TimvdLippe committed May 20, 2025
    Configuration menu
    Copy the full SHA
    0673747 View commit details
    Browse the repository at this point in the history
Loading