Skip to content

Commit c76021e

Browse files
chore(deps): bump the testing group with 2 updates
Bumps the testing group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.robolectric:robolectric](https://github.com/robolectric/robolectric). Updates `org.mockito:mockito-core` from 4.8.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.0...v5.18.0) Updates `org.robolectric:robolectric` from 4.9 to 4.15.1 - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.9...robolectric-4.15.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: org.robolectric:robolectric dependency-version: 4.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be95cd4 commit c76021e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ dependencies {
7575
exclude group: 'com.google.code.findbugs'
7676
})
7777
testImplementation 'junit:junit:4.13.2'
78-
testImplementation 'org.mockito:mockito-core:4.8.0'
79-
testImplementation 'org.robolectric:robolectric:4.9'
78+
testImplementation 'org.mockito:mockito-core:5.18.0'
79+
testImplementation 'org.robolectric:robolectric:4.15.1'
8080
testImplementation 'androidx.test:core:1.5.0'
8181
testImplementation 'androidx.test.ext:junit:1.1.5'
8282

0 commit comments

Comments
 (0)