Skip to content

Commit

Permalink
Merge pull request #24 from mathisdt/dependabot/gradle/app/mockitoVer…
Browse files Browse the repository at this point in the history
…sion-3.5.13

Bump mockitoVersion from 3.5.7 to 3.5.13 in /app
  • Loading branch information
mathisdt committed Oct 2, 2020
2 parents 01c2d38 + 9748e43 commit 29f9986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -59,7 +59,7 @@ dependencies {
testImplementation 'org.ogce:xpp3:1.1.6'

testImplementation 'junit:junit:4.13'
def mockitoVersion = "3.5.7"
def mockitoVersion = "3.5.13"
testImplementation "org.mockito:mockito-core:$mockitoVersion"
def powermockVersion = "2.0.7"
testImplementation "org.powermock:powermock-module-junit4-rule:$powermockVersion"
Expand Down

0 comments on commit 29f9986

Please sign in to comment.