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

Update dependency org.mockito:mockito-core to v4.4.0 #2951

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

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

Renovate has been configured to skip the CLA:

@pivotal-cla This is an Obvious Fix


Release Notes

mockito/mockito

v4.4.0

Changelog generated by Shipkit Changelog Gradle Plugin

4.4.0
  • 2022-03-08 - 16 commit(s) by Andrew Kozel, Brice Dutheil, Jean-Baptiste Mille, Mirko Alicastro, dependabot[bot]
  • Bump groovy from 3.0.9 to 3.0.10 (#​2586)
  • Bump google-java-format from 1.14.0 to 1.15.0 (#​2585)
  • Bump actions/checkout from 2.4.0 to 3 (#​2582)
  • Bump shipkit-auto-version from 1.1.19 to 1.1.20 (#​2580)
  • Bump biz.aQute.bnd.builder from 6.1.0 to 6.2.0 (#​2579)
  • Bump biz.aQute.bnd.gradle from 6.1.0 to 6.2.0 (#​2578)
  • Adds a Google Java Format for JDK17 (#​2572)
  • Clean up JUnit3 references (#​2570)
  • Bump com.diffplug.spotless from 6.2.2 to 6.3.0 (#​2567)
  • Bump google-java-format from 1.13.0 to 1.14.0 (#​2565)
  • Bump versions.bytebuddy from 1.12.7 to 1.12.8 (#​2564)
  • Bump com.diffplug.spotless from 6.2.1 to 6.2.2 (#​2562)
  • Bump com.github.ben-manes.versions from 0.41.0 to 0.42.0 (#​2559)
  • Bump com.diffplug.spotless from 6.2.0 to 6.2.1 (#​2556)
  • Fixes #​2548 : Makes InOrder able to verify static methods (#​2549)
  • [PR open] Add feature to verify static methods calls in order (#​2548)
  • Fixes #​2201 : Fixed checking of declared exceptions. (#​2547)
  • Calling getExceptionTypes() on concrete object that is used as interface doesn't return exception types from interface (#​2201)

Configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Paris.

🚦 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, click this checkbox.

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

@renovate-bot renovate-bot requested a review from a team as a code owner March 8, 2022 21:06
@forking-renovate forking-renovate bot added the type/dependency-upgrade A dependency upgrade (possibly via bot) label Mar 8, 2022
@forking-renovate forking-renovate bot removed the request for review from a team March 8, 2022 21:06
@simonbasle simonbasle added this to the 3.4.16 milestone Mar 9, 2022
@simonbasle simonbasle merged commit d730547 into reactor:3.4.x Mar 9, 2022
@reactorbot
Copy link

@simonbasle this PR seems to have been merged on a maintenance branch, please ensure the change is merge-forwarded to intermediate maintenance branches and up to main 🙇

@renovate-bot renovate-bot deleted the renovate/mockito-monorepo branch March 9, 2022 13:28
simonbasle added a commit that referenced this pull request Mar 9, 2022
gcf-merge-on-green bot pushed a commit to GoogleCloudPlatform/cloud-sql-jdbc-socket-factory that referenced this pull request Mar 25, 2022
….16 (#778)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.projectreactor:reactor-core](https://togithub.com/reactor/reactor-core) | `3.4.15` -> `3.4.16` | [![age](https://badges.renovateapi.com/packages/maven/io.projectreactor:reactor-core/3.4.16/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.projectreactor:reactor-core/3.4.16/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.projectreactor:reactor-core/3.4.16/compatibility-slim/3.4.15)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.projectreactor:reactor-core/3.4.16/confidence-slim/3.4.15)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>reactor/reactor-core</summary>

### [`v3.4.16`](https://togithub.com/reactor/reactor-core/releases/v3.4.16)

[Compare Source](https://togithub.com/reactor/reactor-core/compare/v3.4.15...v3.4.16)

Reactor-Core `3.4.16` is part of **`2020.0.17` Release Train (`Europium` SR17)**.

This service release contains a few bugfixes and improvements.

#### What's Changed

##### ✨ New features and improvements

-   Improve BoundedElasticScheduler to be less blocking by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [reactor/reactor-core#2909
-   Add EmitFailureHandler.busyLoop flavor by [@&#8203;Animesh27](https://togithub.com/Animesh27) in [reactor/reactor-core#2943

##### 🐞 Bug fixes

-   Fix Mono.then not cancelling between Callable sources by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [reactor/reactor-core#2934

##### 📖 Documentation, Tests and Build

-   Update Gradle to v7.4 in [reactor/reactor-core#2922
-   \[doc] Correct flux subscribe example in faq by [@&#8203;liukun2634](https://togithub.com/liukun2634) in [reactor/reactor-core#2924
-   Show how-to-fix hints in CI when preliminary steps fail (check of license headers, api compatibility) by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [reactor/reactor-core#2932
-   \[guide] Remove ref to Swing/SwtScheduler in addons appendix by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [reactor/reactor-core#2959
-   \[build] Have jcstress part of slowerChecks by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [reactor/reactor-core#2958

##### 🆙 Dependency Upgrades

-   Update plugin spotless to v6.3.0 in [reactor/reactor-core#2925
-   Update plugin bnd to v6.2.0 in [reactor/reactor-core#2941
-   Update dependency org.awaitility:awaitility to v4.2.0 in [reactor/reactor-core#2945
-   Update dependency ch.qos.logback:logback-classic to v1.2.11 in [reactor/reactor-core#2946
-   Update dependency com.tngtech.archunit:archunit to v0.23.1 in [reactor/reactor-core#2940
-   Update plugin japicmp to v0.4.0 in [reactor/reactor-core#2948
-   Update dependency org.mockito:mockito-core to v4.4.0 in [reactor/reactor-core#2951
-   Update plugin download to v5.0.2 in [reactor/reactor-core#2950

#### New Contributors

-   [@&#8203;Animesh27](https://togithub.com/Animesh27) made their first contribution in [reactor/reactor-core#2943 👍

**Full Changelog**: reactor/reactor-core@v3.4.15...v3.4.16

</details>

---

### Configuration

📅 **Schedule**: "after 8am on Friday,before 12pm on Friday" (UTC).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependency-upgrade A dependency upgrade (possibly via bot)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants