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 b554df3 commit 1a652caCopy full SHA for 1a652ca
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 "org.mockito.kotlin:mockito-kotlin:4.1.0"
155
testImplementation "org.assertj:assertj-core:3.23.1"
156
}
0 commit comments