Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-inline to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 9d2631c commit 0973d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ configure(rootProject) {
testImplementation("org.testcontainers:testcontainers:$testcontainers_version")
testImplementation("org.testcontainers:junit-jupiter:$testcontainers_version")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("org.mockito:mockito-inline:4.11.0")
testImplementation("org.mockito:mockito-inline:5.2.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junit_jupiter_version")
}
Expand Down

0 comments on commit 0973d0e

Please sign in to comment.