Skip to content

Commit 3d4cbad

Browse files
Bump org.mockito:mockito-android from 5.18.0 to 5.20.0 (#347)
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](mockito/mockito@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91b6a04 commit 3d4cbad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollbar-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ dependencies {
3636

3737
testImplementation("junit:junit:4.13.1")
3838
testImplementation("org.hamcrest:hamcrest-all:1.3")
39-
testImplementation("org.mockito:mockito-core:5.18.0")
40-
androidTestImplementation("org.mockito:mockito-android:5.18.0")
39+
testImplementation("org.mockito:mockito-core:5.20.0")
40+
androidTestImplementation("org.mockito:mockito-android:5.20.0")
4141
}

0 commit comments

Comments
 (0)