Skip to content

Commit 86c7f45

Browse files
authored
Merge pull request #580 from viartemev/renovate/org.mockito.kotlin-mockito-kotlin-5.x
Update dependency org.mockito.kotlin:mockito-kotlin to v5
2 parents 9973649 + c790bdb commit 86c7f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ configure(rootProject) {
8585
testImplementation("org.apache.httpcomponents.client5:httpclient5:$httpclient_version")
8686
testImplementation("org.testcontainers:testcontainers:$testcontainers_version")
8787
testImplementation("org.testcontainers:junit-jupiter:$testcontainers_version")
88-
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
88+
testImplementation("org.mockito.kotlin:mockito-kotlin:5.2.1")
8989
testImplementation("org.mockito:mockito-inline:5.2.0")
9090
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version")
9191
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junit_jupiter_version")

0 commit comments

Comments
 (0)