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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-06 19:32:43 +00:00
parent b9e2d6d498
commit 6ab66f9f0e

View file

@ -86,7 +86,7 @@ dependencies {
implementation 'org.sufficientlysecure:sshauthentication-api:' + versions.sshauth implementation 'org.sufficientlysecure:sshauthentication-api:' + versions.sshauth
// Testing-only dependencies // 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 'org.mockito:mockito-core:3.1.0'
androidTestImplementation 'androidx.test:runner:1.3.0-alpha02' androidTestImplementation 'androidx.test:runner:1.3.0-alpha02'
androidTestImplementation 'androidx.test:rules:1.3.0-alpha02' androidTestImplementation 'androidx.test:rules:1.3.0-alpha02'