Skip to content

Commit

Permalink
Update truth version to 1.0.1 (#6754)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Feb 26, 2020
1 parent 3e9f396 commit 159632c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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",

Expand Down
6 changes: 3 additions & 3 deletions repositories.bzl
Expand Up @@ -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",
Expand Down Expand Up @@ -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
)

Expand Down

0 comments on commit 159632c

Please sign in to comment.