Skip to content

Commit 576e374

Browse files
dependabot[bot]corenting
authored andcommitted
build(deps): bump org.mockito:mockito-core
Bumps the production-dependencies group with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.21.0 to 5.22.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36caf23 commit 576e374

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
@@ -50,7 +50,7 @@ dependencies {
5050
// Tests
5151
testImplementation 'androidx.test:core-ktx:1.7.0'
5252
testImplementation 'junit:junit:4.13.2'
53-
testImplementation 'org.mockito:mockito-core:5.21.0'
53+
testImplementation 'org.mockito:mockito-core:5.22.0'
5454
testImplementation "org.robolectric:robolectric:4.16.1"
5555
}
5656

0 commit comments

Comments
 (0)