Downgrade Truth library to 1.1.3 (#3733)

It bundles Guava 32.0.0 which has a bug on Windows where temporary directories can't be created, causing tests to fail.

See https://github.com/google/truth/issues/1137 and https://github.com/google/guava/issues/6535
This commit is contained in:
Nik Clayton 2023-06-10 22:31:59 +02:00 committed by GitHub
parent f23c0cc634
commit 8e87b5d465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,8 @@ rxjava3 = "3.1.6"
rxkotlin3 = "3.0.1"
photoview = "2.3.0"
sparkbutton = "4.1.0"
truth = "1.1.4"
# Deliberate downgrade from 1.1.4, see https://github.com/google/truth/issues/1137
truth = "1.1.3"
turbine = "0.13.0"
unified-push = "2.1.1"
xmlwriter = "1.0.4"