aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Michael Staib <mstaib@google.com>2017-02-15 17:36:35 -0500
committerGravatar Irina Iancu <elenairina@google.com>2017-02-20 10:59:19 +0100
commit6830f4dcbd10ce2722be17aec5fcb455cb602494 (patch)
tree06ad8c1ddc9c816c3b3ece1f633adc5b6a24ca14 /third_party/BUILD
parentaed7556ce071aee40f491b46415fbd5b811b98c3 (diff)
Upgrade Truth from 0.28 to 0.31.
Change-Id: I79bf7970b67b40dfd597410d3fb85c6d3a0b0557
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 9cd2fac6bc..ee53c633c9 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -508,7 +508,7 @@ java_import(
java_import(
name = "truth",
- jars = ["truth/truth-0.28.jar"],
+ jars = ["truth/truth-0.31.jar"],
)
java_import(