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 3f1dbe1 commit 6a70dfdCopy full SHA for 6a70dfd
application/build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
62
63
testImplementation 'org.mockito:mockito-core:4.0.0'
64
- testRuntimeOnly 'org.mockito:mockito-core:3.12.4'
+ testRuntimeOnly 'org.mockito:mockito-core:4.0.0'
65
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
66
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
67
}
0 commit comments