From fc17a9b668da96af4d240651fe1977462f2d420a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 04:41:28 +0000 Subject: [PATCH] Bump junit-jupiter-params from 5.6.2 to 5.7.0 Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 017a430..3ea5a97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,6 +86,6 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.6.2") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.0") testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" }