From 8f38604f1fb70f08dbb0760836666db49a8221b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 09:30:59 +0100 Subject: [PATCH] Update dependency androidx.test.ext:junit to v1.1.5 (#109) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- xplosion-sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xplosion-sample/build.gradle b/xplosion-sample/build.gradle index 48e4bcd..638edca 100644 --- a/xplosion-sample/build.gradle +++ b/xplosion-sample/build.gradle @@ -47,6 +47,6 @@ dependencies { implementation project(':xplosion-library') implementation 'androidx.appcompat:appcompat:1.4.2' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' } \ No newline at end of file