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.
1 parent b150435 commit 9a306ceCopy full SHA for 9a306ce
build.gradle.kts
@@ -69,8 +69,8 @@ dependencies {
69
testImplementation("com.squareup.okhttp3:okhttp:5.3.2")
70
71
// mockito
72
- testImplementation("org.mockito:mockito-core:5.21.0")
73
- testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
+ testImplementation("org.mockito:mockito-core:5.22.0")
+ testImplementation("org.mockito:mockito-junit-jupiter:5.22.0")
74
75
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
76
implementation("org.apache.commons:commons-lang3:3.20.0")
0 commit comments