From 159632c234044984ac18417843a0a93b549aadb0 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Wed, 26 Feb 2020 14:17:42 -0500 Subject: [PATCH] Update truth version to 1.0.1 (#6754) --- build.gradle | 2 +- repositories.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index d1682630c87..6e95f5eb2da 100644 --- a/build.gradle +++ b/build.gradle @@ -155,7 +155,7 @@ subprojects { // Test dependencies. junit: 'junit:junit:4.12', mockito: 'org.mockito:mockito-core:2.28.2', - truth: 'com.google.truth:truth:1.0', + truth: 'com.google.truth:truth:1.0.1', guava_testlib: "com.google.guava:guava-testlib:${guavaVersion}", robolectric: "org.robolectric:robolectric:4.3.1", diff --git a/repositories.bzl b/repositories.bzl index 0197ca58a8f..768cef80032 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -21,7 +21,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [ "com.google.guava:failureaccess:1.0.1", "com.google.guava:guava:28.1-android", "com.google.j2objc:j2objc-annotations:1.3", - "com.google.truth:truth:1.0", + "com.google.truth:truth:1.0.1", "com.squareup.okhttp:okhttp:2.7.4", "com.squareup.okio:okio:1.13.0", "io.netty:netty-buffer:4.1.45.Final", @@ -284,9 +284,9 @@ def com_google_protobuf_javalite(): def com_google_truth_truth(): jvm_maven_import_external( name = "com_google_truth_truth", - artifact = "com.google.truth:truth:1.0", + artifact = "com.google.truth:truth:1.0.1", server_urls = ["https://repo.maven.apache.org/maven2/"], - artifact_sha256 = "edaa12f3b581fcf1c07311e94af8766919c4f3d904b00d3503147b99bf5b4004", + artifact_sha256 = "1ccf4334e7a94cf00a20a619b5462b53acf3274e00b70498bf5b28a3bc1be9b1", licenses = ["notice"], # Apache 2.0 )