Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v3.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2020
1 parent 8b91b4e commit 9b08687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.0")

testImplementation("org.mockito:mockito-core:3.6.0")
testImplementation("org.mockito:mockito-core:3.6.28")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
}

Expand Down

0 comments on commit 9b08687

Please sign in to comment.