aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2024-02-06 11:46:58 -0800
committerDagger Team <dagger-dev+copybara@google.com>2024-02-06 11:50:52 -0800
commit388da49ef6f6789ade005202b2f3790173b8851e (patch)
tree154572002916f64f388724b98f698e326c97a46f
parent8ca035a99d7959dc7ef6ed70a249f014d6ba7540 (diff)
downloaddagger2-388da49ef6f6789ade005202b2f3790173b8851e.tar.gz
Update to [Truth 1.4.0](https://github.com/google/truth/releases/tag/v1.4.0).
This makes available the rest of the Truth APIs that were recently added in Google's monorepo. It may be worth also updating to the _following_ version of Truth after it's released, but the purpose of that release will mostly be to deprecate `Truth8`. So, if you just avoid using `Truth8` now (starting by approving any migration CLs that I send your way), then there will be little need for that upgrade. Or, more to the point: I don't expect to keep sending you weekly upgrade CLs after this one :) PiperOrigin-RevId: 604717194
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index ac545c862..0e93e98e2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -243,7 +243,7 @@ maven_install(
"com.google.guava:guava-beta-checker:1.0",
"com.google.protobuf:protobuf-java:3.7.0",
"com.google.testing.compile:compile-testing:0.18",
- "com.google.truth:truth:1.3.0",
+ "com.google.truth:truth:1.4.0",
"com.squareup:javapoet:1.13.0",
"com.squareup:kotlinpoet:1.11.0",
"io.github.java-diff-utils:java-diff-utils:4.11",