Skip to content

Commit

Permalink
Merge pull request #26 from theaspect/dependabot/gradle/org.mockito-m…
Browse files Browse the repository at this point in the history
…ockito-core-4.3.0
  • Loading branch information
dependabot[bot] committed Jan 25, 2022
2 parents 72f4034 + ef5dcc8 commit 12749b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -47,7 +47,7 @@ dependencies {
compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'3.0.9'

testCompile group: 'junit', name: 'junit', version:'4.13.2'
testCompile group: 'org.mockito', name: 'mockito-core', version:'4.2.0'
testCompile group: 'org.mockito', name: 'mockito-core', version:'4.3.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}
compileKotlin {
Expand Down

0 comments on commit 12749b3

Please sign in to comment.