Skip to content

Commit 1ea30a5

Browse files
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](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]>
1 parent b0735fd commit 1ea30a5

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
@@ -37,6 +37,6 @@ dependencies {
3737

3838
testImplementation("junit:junit:4.13.1")
3939
testImplementation("org.hamcrest:hamcrest-all:1.3")
40-
testImplementation("org.mockito:mockito-core:5.18.0")
41-
androidTestImplementation("org.mockito:mockito-android:5.18.0")
40+
testImplementation("org.mockito:mockito-core:5.20.0")
41+
androidTestImplementation("org.mockito:mockito-android:5.20.0")
4242
}

0 commit comments

Comments
 (0)