From 6ab66f9f0e8cc7db46384462276c47128de32f98 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 19:32:43 +0000 Subject: Bump junit from 4.13-beta-3 to 4.13-rc-1 Bumps [junit](https://github.com/junit-team/junit4) from 4.13-beta-3 to 4.13-rc-1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/commits) 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 a97ebab7..d49ffd43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ dependencies { implementation 'org.sufficientlysecure:sshauthentication-api:' + versions.sshauth // Testing-only dependencies - androidTestImplementation 'junit:junit:4.13-beta-3' + androidTestImplementation 'junit:junit:4.13-rc-1' androidTestImplementation 'org.mockito:mockito-core:3.1.0' androidTestImplementation 'androidx.test:runner:1.3.0-alpha02' androidTestImplementation 'androidx.test:rules:1.3.0-alpha02' -- cgit v1.2.3