Skip to content

Commit decc31b

Browse files
authored
build(deps-dev): bump org.mockito:mockito-core from 5.17.0 to 5.18.0 [skip ci]
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.17.0 to 5.18.0. Release notes *Sourced from [org.mockito:mockito-core's releases](https://github.com/mockito/mockito/releases).* > v5.18.0 > ------- > > *Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)* > > #### 5.18.0 > > * 2025-05-20 - [5 commit(s)](mockito/mockito@v5.17.0...v5.18.0) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot[bot] > * Make vararg checks Scala friendly (for mockito-scala) [([#3651](https://redirect.github.com/mockito/mockito/issues/3651))]([mockito/mockito#3651](https://redirect.github.com/mockito/mockito/pull/3651)) > * For UnfinishedStubbingException, suggest the possibility of another thread [([#3636](https://redirect.github.com/mockito/mockito/issues/3636))]([mockito/mockito#3636](https://redirect.github.com/mockito/mockito/pull/3636)) > * UnfinishedStubbingException ought to suggest the possibility of another thread [([#3635](https://redirect.github.com/mockito/mockito/issues/3635))]([mockito/mockito#3635](https://redirect.github.com/mockito/mockito/issues/3635)) Commits * [`0673747`](mockito/mockito@0673747) Force Jacoco version for Android * [`65388f0`](mockito/mockito@65388f0) Update Jacoco version to 0.8.13 * [`60179ca`](mockito/mockito@60179ca) Bump bytebuddy from 1.15.11 to 1.16.1 * [`8f15169`](mockito/mockito@8f15169) Make vararg checks Scala friendly ([#3651](https://redirect.github.com/mockito/mockito/issues/3651)) * [`3a631cb`](mockito/mockito@3a631cb) Add hint for multithreading in `UnfinishedStubbingException` ([#3636](https://redirect.github.com/mockito/mockito/issues/3636)) * See full diff in [compare view](mockito/mockito@v5.17.0...v5.18.0) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.mockito:mockito-core&package-manager=maven&previous-version=5.17.0&new-version=5.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents 6b904ab + e62a7a6 commit decc31b

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
@@ -80,7 +80,7 @@
8080
<itCoverageAgent></itCoverageAgent>
8181
<argLine></argLine>
8282
<license-maven-plugin.version>5.0.0</license-maven-plugin.version>
83-
<mockito-core.version>5.17.0</mockito-core.version>
83+
<mockito-core.version>5.18.0</mockito-core.version>
8484
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
8585
</properties>
8686

0 commit comments

Comments
 (0)