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 906154c commit b737d77Copy full SHA for b737d77
gradle/dependencies.gradle
@@ -2,7 +2,7 @@ dependencies {
2
// Use JUnit test framework
3
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
4
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
5
- testImplementation 'org.mockito:mockito-core:5.12.0'
+ testImplementation 'org.mockito:mockito-core:5.13.0'
6
7
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
8
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
0 commit comments