Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: upgrade to Mockito 2.28.2 #6355

Merged
merged 1 commit into from Oct 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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