Skip to content

Commit 2f88585

Browse files
Chore(deps): Bump org.mockito:mockito-core from 5.16.1 to 5.17.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.1 to 5.17.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.1...v5.17.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2028cbf commit 2f88585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ dependencies {
139139
// Tests
140140
testImplementation 'junit:junit:4.13.2'
141141
testImplementation 'org.robolectric:robolectric:4.14.1'
142-
testImplementation 'org.mockito:mockito-core:5.16.1'
142+
testImplementation 'org.mockito:mockito-core:5.17.0'
143143
testImplementation 'androidx.test:core:1.6.1'
144144
testImplementation 'androidx.arch.core:core-testing:2.2.0'
145145
}

0 commit comments

Comments
 (0)