Skip to content

Commit 8588f1b

Browse files
[dependabot]: Bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 in /packages/interactive_media_ads/android (#10221)
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 6.0.0 to 6.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockito/mockito-kotlin/releases">org.mockito.kotlin:mockito-kotlin's releases</a>.</em></p> <blockquote> <h2>v6.1.0</h2> <h4>6.1.0</h4> <ul> <li>2025-09-30 - <a href="https://github.com/mockito/mockito-kotlin/compare/v6.0.0...v6.1.0">1 commit(s)</a> by JuJup</li> <li>chore(deps): update mockito-core [(<a href="https://redirect.github.com/mockito/mockito-kotlin/issues/542">#542</a>)](<a href="https://redirect.github.com/mockito/mockito-kotlin/pull/542">mockito/mockito-kotlin#542</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockito/mockito-kotlin/commit/29a7a996b29c83cfd4c08b5f2f85c88728640da2"><code>29a7a99</code></a> Update mockito-core to 5.20.0 (<a href="https://redirect.github.com/mockito/mockito-kotlin/issues/542">#542</a>)</li> <li>See full diff in <a href="https://github.com/mockito/mockito-kotlin/compare/v6.0.0...v6.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mockito.kotlin:mockito-kotlin&package-manager=gradle&previous-version=6.0.0&new-version=6.1.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`. --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
1 parent aed47f1 commit 8588f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/interactive_media_ads/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
implementation("com.google.ads.interactivemedia.v3:interactivemedia:3.37.0")
5454
testImplementation("junit:junit:4.13.2")
5555
testImplementation("org.jetbrains.kotlin:kotlin-test")
56-
testImplementation("org.mockito.kotlin:mockito-kotlin:6.0.0")
56+
testImplementation("org.mockito.kotlin:mockito-kotlin:6.1.0")
5757
testImplementation("org.mockito:mockito-inline:5.2.0")
5858
testImplementation("androidx.test:core:1.7.0")
5959
}

0 commit comments

Comments
 (0)