Skip to content

Commit

Permalink
all: upgrade to Mockito 2.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Oct 30, 2019
1 parent d045292 commit 452b6a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -157,7 +157,7 @@ subprojects {

// Test dependencies.
junit: 'junit:junit:4.12',
mockito: 'org.mockito:mockito-core:2.25.1',
mockito: 'org.mockito:mockito-core:2.28.2',
truth: 'com.google.truth:truth:1.0',
guava_testlib: "com.google.guava:guava-testlib:${guavaVersion}",

Expand Down
2 changes: 1 addition & 1 deletion cronet/build.gradle
Expand Up @@ -61,7 +61,7 @@ dependencies {
testImplementation 'org.chromium.net:cronet-embedded:66.3359.158'

testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.25.1'
testImplementation 'org.mockito:mockito-core:2.28.2'
testImplementation "org.robolectric:robolectric:3.5.1"
}

Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Expand Up @@ -38,7 +38,7 @@ dependencies {

testImplementation "io.grpc:grpc-testing:${grpcVersion}"
testImplementation "junit:junit:4.12"
testImplementation "org.mockito:mockito-core:2.25.1"
testImplementation "org.mockito:mockito-core:2.28.2"
}

protobuf {
Expand Down
2 changes: 1 addition & 1 deletion examples/example-kotlin/build.gradle
Expand Up @@ -37,7 +37,7 @@ dependencies {

testImplementation "io.grpc:grpc-testing:${grpcVersion}" // gRCP testing utilities
testImplementation "junit:junit:4.12"
testImplementation "org.mockito:mockito-core:2.25.1"
testImplementation "org.mockito:mockito-core:2.28.2"
}

protobuf {
Expand Down

0 comments on commit 452b6a9

Please sign in to comment.