Skip to content

Commit

Permalink
Merge pull request #3279 from nextcloud/dependabot/gradle/org.mockito…
Browse files Browse the repository at this point in the history
…-mockito-core-2.23.4

Bump mockito-core from 2.23.0 to 2.23.4
  • Loading branch information
AndyScherzinger authored Nov 21, 2018
2 parents d177ed6 + ed103ad commit 90e74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ dependencies {

// dependencies for local unit tests
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation 'org.mockito:mockito-core:2.23.4'
// dependencies for instrumented tests
// JUnit4 Rules
androidTestImplementation 'com.android.support.test:rules:1.0.2'
Expand Down

0 comments on commit 90e74a6

Please sign in to comment.