aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSean Sullivan <github@seansullivan.com>2020-04-14 08:53:24 -0700
committerkevinb9n <kevinb@google.com>2020-04-15 10:14:44 -0700
commit680d95c6fe503bb77c740b90fb51b4d9fb30e1eb (patch)
tree782895910ee4db2a72fb127e94c994b2b2f2a5d7 /common
parentfcccded7b0f83c37f77c803cbf35b8583b4f04cb (diff)
downloadauto-680d95c6fe503bb77c740b90fb51b4d9fb30e1eb.tar.gz
Update versions of Truth and Compile-testing.
Closes https://github.com/google/auto/pull/831 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=306447364
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 4db1c1dc..7d1c8773 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -37,7 +37,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>27.0.1-jre</guava.version>
- <truth.version>0.44</truth.version>
+ <truth.version>1.0.1</truth.version>
</properties>
<scm>
@@ -89,7 +89,7 @@
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
- <version>0.16</version>
+ <version>0.18</version>
<scope>test</scope>
</dependency>
<dependency>