From e3563060fc0b0d5f9593d2e29c5543957af2e9ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 13:14:25 +0000 Subject: [PATCH] Bump junit from 4.12 to 4.13.2 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.2) Signed-off-by: dependabot-preview[bot] --- decor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decor/build.gradle b/decor/build.gradle index 52adc03..8ed2077 100644 --- a/decor/build.gradle +++ b/decor/build.gradle @@ -45,7 +45,7 @@ dependencies { //androidTestCompile 'com.android.support.test:runner:0.2' //androidTestCompile 'com.android.support.test:rules:0.2' - testCompile 'junit:junit:4.12' + testCompile 'junit:junit:4.13.2' testCompile "org.mockito:mockito-core:3.0.0" testCompile 'org.easytesting:fest-assert-core:2.0M10' testCompile 'org.robolectric:robolectric:3.0'