mirror of https://github.com/grpc/grpc-java.git
all: upgrade to Mockito 2.28.2 (#6355)
This commit is contained in:
parent
cba6472603
commit
3134df176a
|
@ -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}",
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue