Skip to content

Commit

Permalink
all: upgrade to Mockito 2.28.2 (#6355)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored and ran-su committed Oct 30, 2019
1 parent cba6472 commit 3134df1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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-gauth/pom.xml
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.25.1</version>
<version>2.28.2</version>
<scope>test</scope>
</dependency>
</dependencies>
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
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.25.1</version>
<version>2.28.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3134df1

Please sign in to comment.