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 0d5d11f commit 27ae9b4Copy full SHA for 27ae9b4
build.gradle
@@ -147,7 +147,7 @@ subprojects {
147
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
148
149
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
150
- testImplementation "org.mockito:mockito-core:4.3.1"
+ testImplementation "org.mockito:mockito-core:4.4.0"
151
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
152
testImplementation "org.assertj:assertj-core:3.22.0"
153
}
0 commit comments