We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9973649 + c790bdb commit 86c7f45Copy full SHA for 86c7f45
build.gradle
@@ -85,7 +85,7 @@ configure(rootProject) {
85
testImplementation("org.apache.httpcomponents.client5:httpclient5:$httpclient_version")
86
testImplementation("org.testcontainers:testcontainers:$testcontainers_version")
87
testImplementation("org.testcontainers:junit-jupiter:$testcontainers_version")
88
- testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
+ testImplementation("org.mockito.kotlin:mockito-kotlin:5.2.1")
89
testImplementation("org.mockito:mockito-inline:5.2.0")
90
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version")
91
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junit_jupiter_version")
0 commit comments