From 61d296bb01cc7186cba569e02d24bda94c6c6c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 06:09:39 +0000 Subject: [PATCH] Bump junit from 4.13 to 4.13.2 in /app Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.2) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c67c584..179001f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -114,7 +114,7 @@ dependencies { implementation 'com.google.android.gms:play-services-safetynet:17.0.0' - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.2' testImplementation "androidx.arch.core:core-testing:$archTesingVersion" testImplementation "androidx.room:room-testing:$roomVersion"