diff --git a/build.gradle b/build.gradle index f26c0b191..703f04ed6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ java { } dependencies { - testImplementation 'com.google.truth:truth:1.1.5' + testImplementation 'com.google.truth:truth:1.2.0' testImplementation 'com.google.testing.compile:compile-testing:0.21.0' testImplementation 'junit:junit:4.13.2' testImplementation 'com.google.jimfs:jimfs:1.3.0'