Skip to content

Commit 6aa43e8

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 5.18.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.20.0) Updates `org.robolectric:robolectric` from 4.15.1 to 4.16 - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.15.1...robolectric-4.16) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: org.robolectric:robolectric dependency-version: '4.16' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9336643 commit 6aa43e8

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
@@ -70,8 +70,8 @@ dependencies {
7070
exclude group: 'com.google.code.findbugs'
7171
})
7272
testImplementation 'junit:junit:4.13.2'
73-
testImplementation 'org.mockito:mockito-core:5.18.0'
74-
testImplementation 'org.robolectric:robolectric:4.15.1'
73+
testImplementation 'org.mockito:mockito-core:5.20.0'
74+
testImplementation 'org.robolectric:robolectric:4.16'
7575
testImplementation 'androidx.test:core:1.7.0'
7676
testImplementation 'androidx.test.ext:junit:1.3.0'
7777

0 commit comments

Comments
 (0)