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 2524a67 commit 9b39dd5Copy full SHA for 9b39dd5
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.2.0"
154
testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0"
155
testImplementation "org.assertj:assertj-core:3.24.2"
156
}
0 commit comments