Skip to content

Commit

Permalink
Merge pull request #580 from viartemev/renovate/org.mockito.kotlin-mo…
Browse files Browse the repository at this point in the history
…ckito-kotlin-5.x

Update dependency org.mockito.kotlin:mockito-kotlin to v5
  • Loading branch information
viartemev authored Dec 6, 2023
2 parents 9973649 + c790bdb commit 86c7f45
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 @@ -85,7 +85,7 @@ configure(rootProject) {
testImplementation("org.apache.httpcomponents.client5:httpclient5:$httpclient_version")
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.kotlin:mockito-kotlin:5.2.1")
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 86c7f45

Please sign in to comment.