Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 990f873 commit 2c758f1
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 @@ -75,7 +75,7 @@ dependencies {
testImplementation("org.camunda.bpm.extension:camunda-bpm-assert:1.2")
testImplementation("org.camunda.bpm.extension:camunda-bpm-assert-scenario:1.1.1")
testImplementation("org.camunda.bpm.extension.mockito:camunda-bpm-mockito:5.16.0")
testImplementation("org.mockito:mockito-core:4.4.0")
testImplementation("org.mockito:mockito-core:5.5.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
}

Expand Down

0 comments on commit 2c758f1

Please sign in to comment.