From 4a9f00b8a8cd2b7c31f47aa8dfa01f80f2b392dd Mon Sep 17 00:00:00 2001 From: cpovirk Date: Tue, 6 Feb 2024 10:56:40 -0800 Subject: [PATCH] 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: 604700829 --- WORKSPACE | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index bac5b8cd44..ebf489b7ed 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -60,13 +60,13 @@ maven_install( maven.artifact( "com.google.truth", "truth", - "1.3.0", + "1.4.0", testonly = True, ), maven.artifact( "com.google.truth.extensions", "truth-java8-extension", - "1.3.0", + "1.4.0", testonly = True, ), maven.artifact( diff --git a/pom.xml b/pom.xml index d39b044723..91130794f9 100644 --- a/pom.xml +++ b/pom.xml @@ -163,13 +163,13 @@ See the Apache License Version 2.0 for the specific language governing permissio com.google.truth truth - 1.3.0 + 1.4.0 test com.google.truth.extensions truth-java8-extension - 1.3.0 + 1.4.0 test