From ae02629bb15fcd63054295889549bf73d5e516e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:22:03 +0000 Subject: [PATCH] Update dependency org.robolectric:robolectric to v4.14.1 --- ImmutablePendingIntent-test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImmutablePendingIntent-test/build.gradle b/ImmutablePendingIntent-test/build.gradle index 77ec44f..1f43962 100644 --- a/ImmutablePendingIntent-test/build.gradle +++ b/ImmutablePendingIntent-test/build.gradle @@ -41,7 +41,7 @@ configurations.all { dependencies { implementation project(":ImmutablePendingIntent") testImplementation "junit:junit:4.13.2" - testImplementation "org.robolectric:robolectric:4.10.3" + testImplementation "org.robolectric:robolectric:4.14.1" 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"