Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09deb29

Browse files
authored
test(deps): update dependency org.mockito:mockito-core to v4.8.0 (#2266)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)This PR contains the following updates:| Package | Change | Age | Adoption | Passing | Confidence ||---|---|---|---|---|---|| [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.7.0` -> `4.8.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/compatibility-slim/4.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.8.0/confidence-slim/4.7.0)](https://docs.renovatebot.com/merge-confidence/) |---### Release Notes<details><summary>mockito/mockito</summary>### [`v4.8.0`](https://togithub.com/mockito/mockito/releases/tag/v4.8.0)<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*</sup></sup>##### 4.8.0- 2022-09-07 - [10 commit(s)](https://togithub.com/mockito/mockito/compare/v4.7.0...v4.8.0) by Alex, James Baker, Johannes Spangenberg, Kurt Alfred Kluever, Rafael Winterhalter, Thibault Helsmoortel, dependabot\[bot]- GitHub Workflows security hardening [(#&#8203;2744)](https://togithub.com/mockito/mockito/pull/2744)- Assign GlobalConfiguration initializer to unused variable [(#&#8203;2742)](https://togithub.com/mockito/mockito/pull/2742)- Bump com.diffplug.spotless from 6.9.1 to 6.10.0 [(#&#8203;2738)](https://togithub.com/mockito/mockito/pull/2738)- Drop varargs collector before invoking a user method. [(#&#8203;2736)](https://togithub.com/mockito/mockito/pull/2736)- Bump versions.bytebuddy from 1.12.13 to 1.12.14 [(#&#8203;2734)](https://togithub.com/mockito/mockito/pull/2734)- Remove useless thrown exception from constructor [(#&#8203;2732)](https://togithub.com/mockito/mockito/pull/2732)- TypeSafeMatching no longer iterates over class methods inefficiently [(#&#8203;2729)](https://togithub.com/mockito/mockito/pull/2729)- Fixes [#&#8203;2720](https://togithub.com/mockito/mockito/issues/2720): Use StackWalker on Java 9+ to create Locations [(#&#8203;2723)](https://togithub.com/mockito/mockito/pull/2723)- LocationImpl adds performance overheads due to instantiating a stack trace [(#&#8203;2720)](https://togithub.com/mockito/mockito/issues/2720)- Fixes [#&#8203;2626](https://togithub.com/mockito/mockito/issues/2626) : Introduce MockSettings.mockMaker [(#&#8203;2701)](https://togithub.com/mockito/mockito/pull/2701)- Introduce option to disable inline-mock-maker for a specific instance [(#&#8203;2626)](https://togithub.com/mockito/mockito/issues/2626)</details>---### 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.--- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.---This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5My4xIn0=-->
1 parentc84863a commit09deb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>org.mockito</groupId>
172172
<artifactId>mockito-core</artifactId>
173-
<version>4.7.0</version>
173+
<version>4.8.0</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp