diff --git a/ImmutablePendingIntent-test/build.gradle b/ImmutablePendingIntent-test/build.gradle index 77ec44f..9e323d4 100644 --- a/ImmutablePendingIntent-test/build.gradle +++ b/ImmutablePendingIntent-test/build.gradle @@ -44,7 +44,7 @@ dependencies { testImplementation "org.robolectric:robolectric:4.10.3" testImplementation "androidx.test:core-ktx:1.5.0" testImplementation "androidx.test.ext:junit-ktx:1.1.5" - testImplementation "com.google.truth:truth:1.1.3" + testImplementation "com.google.truth:truth:1.4.5" testImplementation "com.android.tools.lint:lint:$lintVersion" testImplementation "com.android.tools.lint:lint-tests:$lintVersion" testImplementation project(':ImmutablePendingIntent-lint')