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 020270e commit ba1b10fCopy full SHA for ba1b10f
build.gradle
@@ -145,7 +145,7 @@ subprojects {
145
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
146
147
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
148
- testImplementation "org.mockito:mockito-core:4.2.0"
+ testImplementation "org.mockito:mockito-core:4.3.1"
149
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
150
testImplementation "org.assertj:assertj-core:3.22.0"
151
}
0 commit comments