From 09a0e71542bdfc64a3fe76f6d5b7c836150af5d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 13:16:46 +0000 Subject: [PATCH] Bump junit from 4.12 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [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.1) 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..880efae 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.1' testCompile "org.mockito:mockito-core:3.0.0" testCompile 'org.easytesting:fest-assert-core:2.0M10' testCompile 'org.robolectric:robolectric:3.0'