Skip to content

Commit

Permalink
Merge pull request #273 from Fraunhofer-AISEC/renovate/org.mockito-mo…
Browse files Browse the repository at this point in the history
…ckito-core-3.x

Update dependency org.mockito:mockito-core to v3.6.28
  • Loading branch information
konradweiss authored Nov 28, 2020
2 parents 0192552 + e8fac90 commit a249b8c
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 a249b8c

Please sign in to comment.