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 47aada3 commit 089a7edCopy full SHA for 089a7ed
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.4.0"
+ testImplementation "org.mockito:mockito-core:4.5.1"
151
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
152
testImplementation "org.assertj:assertj-core:3.22.0"
153
}
0 commit comments