From e2805259887c2a987d6f164cb9815feb1b200088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:07:44 +0000 Subject: [PATCH] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demos/camera/build.gradle | 2 +- demos/screenrecorder/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/camera/build.gradle b/demos/camera/build.gradle index fc4a2793f..c70306d8d 100644 --- a/demos/camera/build.gradle +++ b/demos/camera/build.gradle @@ -65,6 +65,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/demos/screenrecorder/build.gradle b/demos/screenrecorder/build.gradle index 8a54e884d..ac1056704 100644 --- a/demos/screenrecorder/build.gradle +++ b/demos/screenrecorder/build.gradle @@ -61,6 +61,6 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file