Skip to content

Commit d4e07c7

Browse files
Bump mockito-core from 4.6.1 to 4.8.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.1...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4ece8e commit d4e07c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation 'com.google.firebase:firebase-messaging:23.1.0'
5454
// Tests
5555
testImplementation 'junit:junit:4.13.2'
56-
testImplementation 'org.mockito:mockito-core:4.6.1'
56+
testImplementation 'org.mockito:mockito-core:4.8.1'
5757
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
5858
testImplementation 'org.json:json:20220320'
5959
}

0 commit comments

Comments
 (0)