From 9e763444885de91798df0fc5fbdd2de082ab67be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:55:00 +0000 Subject: [PATCH] Bump junit from 4.13.1 to 4.13.2 in /src Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 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.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2) Signed-off-by: dependabot-preview[bot] --- src/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/build.gradle b/src/app/build.gradle index 2d5e4a7..6374ed2 100644 --- a/src/app/build.gradle +++ b/src/app/build.gradle @@ -25,5 +25,5 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support.constraint:constraint-layout:1.0.2' - testCompile 'junit:junit:4.13.1' + testCompile 'junit:junit:4.13.2' }