aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2017-11-15 15:47:41 -0800
committerRon Shapiro <ronshapiro@google.com>2017-11-20 15:13:05 -0500
commit89bc2fecc77f873a9018e90462c75f5c0c8a6df1 (patch)
tree8615cf8c8ea3ff71d48dc75e06fdaeecaa42ab81
parent726b14ba240a2c897d39858516c174e654a29877 (diff)
downloadjimfs-89bc2fecc77f873a9018e90462c75f5c0c8a6df1.tar.gz
Update Truth to 0.36 to take advantage of FailureMetadata
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=175893610
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9d4d14d..7a8d899 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>0.28</version>
+ <version>0.36</version>
<scope>test</scope>
</dependency>
</dependencies>