mirror of https://github.com/grpc/grpc-java.git
Upgrade to Mockito 1.10.19
This commit is contained in:
parent
0d97507919
commit
08aaf7a8b1
|
@ -234,7 +234,7 @@ subprojects {
|
|||
|
||||
// Test dependencies.
|
||||
junit: 'junit:junit:4.12',
|
||||
mockito: 'org.mockito:mockito-core:1.9.5',
|
||||
mockito: 'org.mockito:mockito-core:1.10.19',
|
||||
truth: 'com.google.truth:truth:0.42',
|
||||
guava_testlib: "com.google.guava:guava-testlib:${guavaVersion}",
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ dependencies {
|
|||
|
||||
testImplementation "io.grpc:grpc-testing:${grpcVersion}"
|
||||
testImplementation "junit:junit:4.12"
|
||||
testImplementation "org.mockito:mockito-core:1.9.5"
|
||||
testImplementation "org.mockito:mockito-core:1.10.19"
|
||||
}
|
||||
|
||||
protobuf {
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>1.9.5</version>
|
||||
<version>1.10.19</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
@ -35,7 +35,7 @@ dependencies {
|
|||
|
||||
testImplementation "io.grpc:grpc-testing:${grpcVersion}" // gRCP testing utilities
|
||||
testImplementation "junit:junit:4.12"
|
||||
testImplementation "org.mockito:mockito-core:1.9.5"
|
||||
testImplementation "org.mockito:mockito-core:1.10.19"
|
||||
}
|
||||
|
||||
protobuf {
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>1.9.5</version>
|
||||
<version>1.10.19</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue