There was an error while loading. Please reload this page.
1 parent 5feb372 commit e0dd0f0Copy full SHA for e0dd0f0
1 file changed
build.gradle.kts
@@ -59,8 +59,8 @@ dependencies {
59
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
60
61
// mockito
62
- testImplementation("org.mockito:mockito-core:5.15.2")
63
- testImplementation("org.mockito:mockito-junit-jupiter:5.15.2")
+ testImplementation("org.mockito:mockito-core:5.19.0")
+ testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
64
65
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
66
implementation("org.apache.commons:commons-lang3:3.18.0")
0 commit comments