Skip to content

Commit ddc5081

Browse files
authored
Merge pull request #142 from norkator/dependabot/gradle/org.mockito-mockito-core-4.8.1
Bump mockito-core from 4.6.1 to 4.8.1
2 parents d4ece8e + d4e07c7 commit ddc5081

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)