Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency org.mockito:mockito-core to v3.12.4 #2146

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mockito:mockito-core 3.3.3 -> 3.12.4 age adoption passing confidence

Release Notes

mockito/mockito

v3.12.4

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.12.4
  • 2021-08-25 - 1 commit(s) by Rafael Winterhalter
  • No notable improvements. No pull requests (issues) were referenced from commits.

v3.12.3

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.12.3
  • 2021-08-24 - 9 commit(s) by Rafael Winterhalter
  • Fix implementation of proxy mock maker for toString and add additional unit tests. (#​2405)
  • Avoid cache breakage (#​2402)
  • Add a limited mock maker that is based only on the java.lang.reflect.Proxy utility (#​2397)

v3.12.2

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.12.2
  • 2021-08-24 - 2 commit(s) by Dmitry Vyazelenko, dependabot[bot]
  • Fixes #​2399 : Adds defaultAnswer to the MockitoMockKey to distinguish the mock types, i.e. to separate mocks from spies otherwise spy type is reused for a mock or vice versa. (#​2400)
  • Sporadic mock verification failures related to hashCode/equals on 3.12.1 (#​2399)
  • Bump versions.errorprone from 2.8.1 to 2.9.0 (#​2396)

v3.12.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.12.1
  • 2021-08-20 - 2 commit(s) by Tim van der Lippe, dependabot[bot]
  • Fix verifyNoMoreInteractions inOrder invocations for spies (#​2395)
  • Regression with InOrder verification after #​2369 (#​2394)
  • Bump versions.bytebuddy from 1.11.12 to 1.11.13 (#​2393)

v3.12.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.12.0
  • 2021-08-19 - 31 commit(s) by EugeneLesnov, Lars Vogel, Logan Rosen, Rafael Winterhalter, Rob Pridham, Tim van der Lippe, dependabot[bot], saurabh7248
  • Add checks for sealed types (#​2392)
  • Bump versions.bytebuddy from 1.11.10 to 1.11.12 (#​2388)
  • Bump versions.bytebuddy from 1.11.9 to 1.11.10 (#​2387)
  • Bump versions.errorprone from 2.8.0 to 2.8.1 (#​2386)
  • Update StaticMockTest to use unified verify method (#​2385)
  • Reorder InjectMock Javadoc to fit the order of injection (#​2383)
  • Bump core-ktx from 1.5.0 to 1.6.0 (#​2382)
  • Bump google-java-format from 1.10.0 to 1.11.0 (#​2381)
  • Downgrade Android gradle plugin (#​2380)
  • Applied @​CheckReturnValue to some classes (#​2379)
  • how to solve gradle sync failed after 'Add basic Android instrumented and unit tests' (#​2378)
  • Bump junit from 1.1.2 to 1.1.3 (#​2377)
  • Bump appcompat from 1.3.0 to 1.3.1 (#​2376)
  • Bump kotlin-gradle-plugin from 1.5.20 to 1.5.21 (#​2374)
  • Bump material from 1.3.0 to 1.4.0 (#​2373)
  • Bump espresso-core from 3.3.0 to 3.4.0 (#​2372)
  • Fixes #​2331 (#​2369)
  • Fix typo in exception (#​2368)
  • Bump versions.bytebuddy from 1.11.8 to 1.11.9 (#​2367)
  • Bump versions.errorprone from 2.7.1 to 2.8.0 (#​2365)
  • Bump versions.bytebuddy from 1.11.7 to 1.11.8 (#​2361)
  • Basic Android instrumented and unit tests (closes #​2341) (#​2360)
  • Bump versions.bytebuddy from 1.11.6 to 1.11.7 (#​2359)
  • Bump kotlin-stdlib from 1.5.20 to 1.5.21 (#​2356)
  • Bump kotlinx-coroutines-core from 1.5.1 to 1.5.1-native-mt (#​2354)
  • Bump kotlinx-coroutines-core from 1.5.0-native-mt to 1.5.1 (#​2353)
  • Bump versions.bytebuddy from 1.11.5 to 1.11.6 (#​2351)
  • Bump gradle-errorprone-plugin from 2.0.1 to 2.0.2 (#​2347)
  • Bump kotlin-stdlib from 1.5.10 to 1.5.20 (#​2343)
  • Bump versions.bytebuddy from 1.11.3 to 1.11.5 (#​2337)
  • Bump assertj-core from 3.20.1 to 3.20.2 (#​2336)
  • Spy doesn't forward hashcode/equals to actual object (#​2331)
  • Fixes #​2311 (#​2320)

v3.11.2

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.11.2
  • 2021-06-21 - 5 commit(s) by dependabot[bot]
  • Bump versions.bytebuddy from 1.11.2 to 1.11.3 (#​2333)
  • Bump assertj-core from 3.20.0 to 3.20.1 (#​2332)
  • Bump org.eclipse.osgi from 3.16.200 to 3.16.300 (#​2330)
  • Bump assertj-core from 3.19.0 to 3.20.0 (#​2329)
  • Bump shipkit-auto-version from 1.1.17 to 1.1.19 (#​2328)

v3.11.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.11.1
  • 2021-06-11 - 3 commit(s) by Charles Munger, dependabot[bot]
  • Bump versions.bytebuddy from 1.11.1 to 1.11.2 (#​2322)
  • Check package-privacy of method params (#​2318)
  • Bump shipkit-auto-version from 1.1.16 to 1.1.17 (#​2317)

v3.11.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.11.0
  • 2021-06-03 - 18 commit(s) by Charles Munger, Szczepan Faber, dependabot[bot]
  • Bump versions.bytebuddy from 1.11.0 to 1.11.1 (#​2313)
  • Undo parent for MultipleParentsClassLoader (#​2312)
  • Bump shipkit-auto-version from 1.1.14 to 1.1.16 (#​2310)
  • Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 (#​2309)
  • Bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 (#​2308)
  • Bump shipkit-auto-version from 1.1.11 to 1.1.14 (#​2307)
  • Use the parent classloader if the context classloader is a child of it. (#​2306)
  • Bump kotlin-stdlib from 1.5.0 to 1.5.10 (#​2305)
  • "The type is not public and its mock class is loaded by a different class loader" with a context classloader that delegates (#​2303)
  • Enabled automated changelog (#​2301)
  • Bump kotlinx-coroutines-core from 1.4.3-native-mt to 1.5.0-native-mt (#​2299)
  • Bump versions.errorprone from 2.6.0 to 2.7.1 (#​2298)
  • Bump junit-platform-launcher from 1.7.1 to 1.7.2 (#​2297)
  • Bump versions.junitJupiter from 5.7.1 to 5.7.2 (#​2296)
  • Renamed main dev branch (#​2295)
  • Bump gradle/wrapper-validation-action from 1 to 1.0.3 (#​2294)
  • Bump actions/checkout from 2 to 2.3.4 (#​2293)
  • 'this' is not available - when enabling mock-maker-inline (#​2082)

v3.10.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.10.0
  • 2021-05-12 - 0 commit(s) by
  • No notable improvements. No pull requests (issues) were referenced from commits.

v3.8.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.8.0

v3.7.7

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.7.7

v3.7.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.7.0
  • 2021-01-04 - 2 commit(s) by Szczepan Faber, Tim van der Lippe
  • Publish new minor version to Maven central (#​2165)

v3.6.28

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

3.6.28
  • 2020-11-25 - 1 commit(s) by Szczepan Faber
  • No notable improvements. No pull requests (issues) were referenced from commits.

v3.6.0

Compare Source

Release notes were automatically generated by Shipkit

3.6.0

v3.5.15

Compare Source

Release notes were automatically generated by Shipkit

3.5.15

v3.5.13

Compare Source

Release notes were automatically generated by Shipkit

3.5.13

v3.5.11

Compare Source

Release notes were automatically generated by Shipkit

3.5.11

v3.5.10

Compare Source

Release notes were automatically generated by Shipkit

3.5.10

v3.5.9

Compare Source

Release notes were automatically generated by Shipkit

3.5.9

v3.5.7

Compare Source

Release notes were automatically generated by Shipkit

3.5.7

v3.5.6

Compare Source

Release notes were automatically generated by Shipkit

3.5.6

v3.5.5

Compare Source

Release notes were automatically generated by Shipkit

3.5.5

v3.5.2

Compare Source

Release notes were automatically generated by Shipkit

3.5.2

v3.5.0

Compare Source

Release notes were automatically generated by Shipkit

3.5.0

v3.4.6

Compare Source

Release notes were automatically generated by Shipkit

3.4.6

v3.4.4

Compare Source

Release notes were automatically generated by Shipkit

3.4.4

v3.4.3

Compare Source

Release notes were automatically generated by Shipkit

3.4.3

v3.4.2

Compare Source

Release notes were automatically generated by Shipkit

3.4.2

v3.4.0

Compare Source

Release notes were automatically generated by Shipkit

3.4.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners June 13, 2023 16:24
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jun 13, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 13, 2023
@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. label Jun 13, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 13, 2023
@renovate-bot renovate-bot force-pushed the renovate/org.mockito-mockito-core-3.x branch from 90f56cc to c40f071 Compare June 13, 2023 16:28
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 13, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 13, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 13, 2023
@diegomarquezp diegomarquezp merged commit 1434fc0 into googleapis:main Jun 13, 2023
18 checks passed
@renovate-bot renovate-bot deleted the renovate/org.mockito-mockito-core-3.x branch June 13, 2023 17:05
gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 13, 2023
🤖 I have created a release *beep* *boop*
---


## [2.38.0](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.37.2...v2.38.0) (2023-06-13)


### Features

* Add storage error codes for KMS ([5d2d3c6](https://togithub.com/googleapis/java-bigquerystorage/commit/5d2d3c6fc6be14a3cb79cf0ce0e82b48699a97c4))
* Add table sampling to ReadAPI v1 ([5d2d3c6](https://togithub.com/googleapis/java-bigquerystorage/commit/5d2d3c6fc6be14a3cb79cf0ce0e82b48699a97c4))


### Bug Fixes

* Update copyright year in Java license header replacement template ([#1810](https://togithub.com/googleapis/java-bigquerystorage/issues/1810)) ([#2138](https://togithub.com/googleapis/java-bigquerystorage/issues/2138)) ([af99efe](https://togithub.com/googleapis/java-bigquerystorage/commit/af99efe938302e0d09c98308ad081244d9c5633e))


### Dependencies

* Update arrow.version to v12.0.1 ([#2143](https://togithub.com/googleapis/java-bigquerystorage/issues/2143)) ([7fb618e](https://togithub.com/googleapis/java-bigquerystorage/commit/7fb618e16b6a06278d511e771b8b46ebf4658aa9))
* Update dependency com.google.cloud:google-cloud-bigquery to v2.27.0 ([#2131](https://togithub.com/googleapis/java-bigquerystorage/issues/2131)) ([e459348](https://togithub.com/googleapis/java-bigquerystorage/commit/e4593486959e86808255517861361805dc8769aa))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.0 ([#2137](https://togithub.com/googleapis/java-bigquerystorage/issues/2137)) ([5fe7cdb](https://togithub.com/googleapis/java-bigquerystorage/commit/5fe7cdb6c9b6899a13b0fdde0a5a436d68a509e2))
* Update dependency org.apache.arrow:arrow-memory-netty to v12.0.1 ([#2144](https://togithub.com/googleapis/java-bigquerystorage/issues/2144)) ([e738bff](https://togithub.com/googleapis/java-bigquerystorage/commit/e738bff88e3efaf0f6beb5f2d93057a175671d3e))
* Update dependency org.apache.arrow:arrow-vector to v12.0.1 ([#2145](https://togithub.com/googleapis/java-bigquerystorage/issues/2145)) ([34dfda6](https://togithub.com/googleapis/java-bigquerystorage/commit/34dfda6aeec700c0722ad559e71e85bdedd04bfb))
* Update dependency org.mockito:mockito-core to v3.12.4 ([#2146](https://togithub.com/googleapis/java-bigquerystorage/issues/2146)) ([1434fc0](https://togithub.com/googleapis/java-bigquerystorage/commit/1434fc0b995f5d6c8039acca8ca530e9d11f490b))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants