From ae12fdf6a45d61db134ea857cf6ab7057510b13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:01:20 +0000 Subject: [PATCH] build(deps): bump com.linkedin.dexmaker:dexmaker-mockito Bumps [com.linkedin.dexmaker:dexmaker-mockito](https://github.com/linkedin/dexmaker) from 2.28.3 to 2.28.6. - [Release notes](https://github.com/linkedin/dexmaker/releases) - [Changelog](https://github.com/linkedin/dexmaker/blob/main/CHANGELOG.md) - [Commits](https://github.com/linkedin/dexmaker/compare/2.28.3...2.28.6) --- updated-dependencies: - dependency-name: com.linkedin.dexmaker:dexmaker-mockito dependency-version: 2.28.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 44471773bc3..0a5d1572efc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -191,7 +191,7 @@ kotest-runner = { module = "io.kotest:kotest-runner-junit4-jvm", version.ref = " kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } mockito-android = { module = "org.mockito:mockito-android", version.ref = "mockito" } mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" } -mockito-dexmaker = { module = "com.linkedin.dexmaker:dexmaker-mockito", version = "2.28.3" } +mockito-dexmaker = { module = "com.linkedin.dexmaker:dexmaker-mockito", version = "2.28.6" } mockk = { module = "io.mockk:mockk", version.ref = "mockk" } mockk-android = { module = "io.mockk:mockk-android", version.ref = "mockk" } protobuf-java-util = { module = "com.google.protobuf:protobuf-java-util", version.ref = "protobufjavautil" }