From 4d09187a6673883ed9b025c779ff77dadb949c2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 05:52:12 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.6.1 to 5.6.2 in /Plan Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.1 to 5.6.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.2) Signed-off-by: dependabot-preview[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index dbfdb22f5..61c7f1430 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -130,7 +130,7 @@ subprojects { testAnnotationProcessor "com.google.dagger:dagger-compiler:$daggerCompilerVersion" // Test Tooling Dependencies - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2' testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2" // JUnit 5 testCompile "org.junit.jupiter:junit-jupiter-params:5.6.2" // JUnit 5, parameterized tests testCompile "org.mockito:mockito-core:3.3.3" // Mockito Core