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 5e7266a commit c1785f5Copy full SHA for c1785f5
build.gradle
@@ -150,7 +150,7 @@ subprojects {
150
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
151
152
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
153
- testImplementation "org.mockito:mockito-core:4.7.0"
+ testImplementation "org.mockito:mockito-core:5.1.1"
154
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
155
testImplementation "org.assertj:assertj-core:3.23.1"
156
}
0 commit comments