diff --git a/build.gradle b/build.gradle index 5a9dee815..cbc15023c 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ java { } dependencies { - testImplementation 'com.google.truth:truth:1.4.2' + testImplementation 'com.google.truth:truth:1.4.3' testImplementation 'com.google.testing.compile:compile-testing:0.21.0' testImplementation 'junit:junit:4.13.2' testImplementation 'com.google.jimfs:jimfs:1.3.0'