summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-06 19:32:43 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-06 19:38:39 +0000
commit6ab66f9f0e8cc7db46384462276c47128de32f98 (patch)
tree88f437764c2e8fabd5a72776d7a0132af1b8315c
parentb9e2d6d498dfdf38314108ee507adc29c87ebefb (diff)
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>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
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'