From 1ea30a5f6010d99a0b30a5b50deb15840182a5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:03:17 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 5.18.0 to 5.20.0 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.18.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rollbar-android/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rollbar-android/build.gradle.kts b/rollbar-android/build.gradle.kts index 781aea60..6e260aea 100644 --- a/rollbar-android/build.gradle.kts +++ b/rollbar-android/build.gradle.kts @@ -37,6 +37,6 @@ dependencies { testImplementation("junit:junit:4.13.1") testImplementation("org.hamcrest:hamcrest-all:1.3") - testImplementation("org.mockito:mockito-core:5.18.0") - androidTestImplementation("org.mockito:mockito-android:5.18.0") + testImplementation("org.mockito:mockito-core:5.20.0") + androidTestImplementation("org.mockito:mockito-android:5.20.0") } \ No newline at end of file