Skip to content

Commit 976f85b

Browse files
dependabot[bot]stefan-niedermann
authored andcommitted
Bump mockito-core from 4.3.1 to 4.4.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a36e99f commit 976f85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
testImplementation 'androidx.test:core:1.4.0'
118118
testImplementation 'androidx.arch.core:core-testing:2.1.0'
119119
testImplementation 'junit:junit:4.13.2'
120-
testImplementation 'org.mockito:mockito-core:4.3.1'
120+
testImplementation 'org.mockito:mockito-core:4.4.0'
121121
testImplementation 'org.robolectric:robolectric:4.7.3'
122122

123123
implementation fileTree(dir: 'libs', include: ['*.jar'])

0 commit comments

Comments
 (0)