Skip to content

Commit 90d4834

Browse files
committed
fix(deps): Update dependency org.mockito:mockito-core to v5.21.0
1 parent f8ecd4f commit 90d4834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444

4545
testImplementation "io.grpc:grpc-testing:${grpcVersion}"
4646
testImplementation "junit:junit:4.13.2"
47-
testImplementation "org.mockito:mockito-core:5.20.0"
47+
testImplementation "org.mockito:mockito-core:5.21.0"
4848
}
4949

5050
protobuf {

0 commit comments

Comments
 (0)