From 6ec7f854fdf3116f1a108a5191966bc41e6f91b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 19:45:59 +0000 Subject: [PATCH] Bump junit from 1.1.2 to 1.1.3 Bumps junit from 1.1.2 to 1.1.3. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ziti-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ziti-android/build.gradle b/ziti-android/build.gradle index 6eb01010..0f49fb77 100644 --- a/ziti-android/build.gradle +++ b/ziti-android/build.gradle @@ -97,7 +97,7 @@ dependencies { androidTestImplementation('com.squareup.retrofit2:retrofit:2.9.0') androidTestImplementation('com.squareup.retrofit2:converter-gson:2.9.0') - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' }