-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: mockito/mockito
base: v4.5.1
head repository: mockito/mockito
compare: v4.6.0
- 14 commits
- 17 files changed
- 4 contributors
Commits on Apr 25, 2022
-
Bump com.diffplug.spotless from 6.4.2 to 6.5.0 (#2631)
Bumps com.diffplug.spotless from 6.4.2 to 6.5.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c9267d - Browse repository at this point
Copy the full SHA 5c9267dView commit details
Commits on Apr 28, 2022
-
Bump com.diffplug.spotless from 6.5.0 to 6.5.1 (#2632)
Bumps com.diffplug.spotless from 6.5.0 to 6.5.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1e6b3e0 - Browse repository at this point
Copy the full SHA 1e6b3e0View commit details
Commits on May 2, 2022
-
Bump versions.bytebuddy from 1.12.9 to 1.12.10 (#2635)
Bumps `versions.bytebuddy` from 1.12.9 to 1.12.10. Updates `byte-buddy` from 1.12.9 to 1.12.10 - [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.12.9...byte-buddy-1.12.10) Updates `byte-buddy-agent` from 1.12.9 to 1.12.10 - [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.12.9...byte-buddy-1.12.10) Updates `byte-buddy-android` from 1.12.9 to 1.12.10 - [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.12.9...byte-buddy-1.12.10) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5763291 - Browse repository at this point
Copy the full SHA 5763291View commit details
Commits on May 4, 2022
-
Bump com.diffplug.spotless from 6.5.1 to 6.5.2 (#2636)
Bumps com.diffplug.spotless from 6.5.1 to 6.5.2. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ae788f - Browse repository at this point
Copy the full SHA 0ae788fView commit details
Commits on May 6, 2022
-
Bump material from 1.5.0 to 1.6.0 (#2637)
Bumps [material](https://github.com/material-components/material-components-android) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.5.0...1.6.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f59bf37 - Browse repository at this point
Copy the full SHA f59bf37View commit details
Commits on May 12, 2022
-
Bump com.diffplug.spotless from 6.5.2 to 6.6.0 (#2641)
Bumps com.diffplug.spotless from 6.5.2 to 6.6.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4629ed8 - Browse repository at this point
Copy the full SHA 4629ed8View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0a7fb04 - Browse repository at this point
Copy the full SHA 0a7fb04View commit details -
Bump com.diffplug.spotless from 6.6.0 to 6.6.1 (#2643)
Bumps com.diffplug.spotless from 6.6.0 to 6.6.1. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 94e9797 - Browse repository at this point
Copy the full SHA 94e9797View commit details
Commits on May 19, 2022
-
Reintroduce inheriting type annotations from interfaces if only one i…
…nterface is mocked, including additional interfaces. Without this restriction, the first presented interface might determine the interfaces that are inherited by a subsequent mock that presents the interfaces in a different order. Also, it does not make semantic sense to decide on a particular interface to inherit annotations from. Fixes #2640.
Configuration menu - View commit details
-
Copy full SHA for a3d57fd - Browse repository at this point
Copy the full SHA a3d57fdView commit details
Commits on May 20, 2022
-
Merge pull request #2645 from mockito/interface-annotations
Reintroduce inheriting type annotations from interfaces if only one interface is mocked, including additional interfaces.
Configuration menu - View commit details
-
Copy full SHA for d7a8ae0 - Browse repository at this point
Copy the full SHA d7a8ae0View commit details
Commits on May 23, 2022
-
Bump shipkit-auto-version from 1.1.20 to 1.2.0 (#2651)
Bumps shipkit-auto-version from 1.1.20 to 1.2.0. --- updated-dependencies: - dependency-name: org.shipkit:shipkit-auto-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d2e4cc - Browse repository at this point
Copy the full SHA 7d2e4ccView commit details
Commits on May 25, 2022
-
Bump versions.errorprone from 2.13.1 to 2.14.0 (#2653)
Bumps `versions.errorprone` from 2.13.1 to 2.14.0. Updates `error_prone_core` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.13.1...v2.14.0) Updates `error_prone_test_helpers` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.13.1...v2.14.0) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.errorprone:error_prone_test_helpers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ce278b - Browse repository at this point
Copy the full SHA 6ce278bView commit details
Commits on May 26, 2022
-
4
Configuration menu - View commit details
-
Copy full SHA for 70cf2d2 - Browse repository at this point
Copy the full SHA 70cf2d2View commit details
Commits on May 27, 2022
-
Bump shipkit-changelog from 1.1.15 to 1.2.0 (#2654)
Bumps shipkit-changelog from 1.1.15 to 1.2.0. --- updated-dependencies: - dependency-name: org.shipkit:shipkit-changelog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93bba11 - Browse repository at this point
Copy the full SHA 93bba11View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.5.1...v4.6.0