Upgrade to Mockito 1.10.19

This commit is contained in:
Eric Anderson 2019-01-09 11:00:45 -08:00
parent 0d97507919
commit 08aaf7a8b1
5 changed files with 5 additions and 5 deletions

View File

@ -234,7 +234,7 @@ subprojects {
// Test dependencies. // Test dependencies.
junit: 'junit:junit:4.12', 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', truth: 'com.google.truth:truth:0.42',
guava_testlib: "com.google.guava:guava-testlib:${guavaVersion}", guava_testlib: "com.google.guava:guava-testlib:${guavaVersion}",

View File

@ -38,7 +38,7 @@ dependencies {
testImplementation "io.grpc:grpc-testing:${grpcVersion}" testImplementation "io.grpc:grpc-testing:${grpcVersion}"
testImplementation "junit:junit:4.12" testImplementation "junit:junit:4.12"
testImplementation "org.mockito:mockito-core:1.9.5" testImplementation "org.mockito:mockito-core:1.10.19"
} }
protobuf { protobuf {

View File

@ -84,7 +84,7 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>1.9.5</version> <version>1.10.19</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -35,7 +35,7 @@ dependencies {
testImplementation "io.grpc:grpc-testing:${grpcVersion}" // gRCP testing utilities testImplementation "io.grpc:grpc-testing:${grpcVersion}" // gRCP testing utilities
testImplementation "junit:junit:4.12" testImplementation "junit:junit:4.12"
testImplementation "org.mockito:mockito-core:1.9.5" testImplementation "org.mockito:mockito-core:1.10.19"
} }
protobuf { protobuf {

View File

@ -71,7 +71,7 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>1.9.5</version> <version>1.10.19</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>