We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de84c2b commit d7bb007Copy full SHA for d7bb007
core/build.gradle
@@ -5,6 +5,6 @@ dependencies {
5
implementation 'com.google.code.gson:gson:2.13.2'
6
7
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
8
- testImplementation 'org.mockito:mockito-core:5.22.0'
9
- testImplementation 'org.mockito:mockito-junit-jupiter:5.22.0'
+ testImplementation 'org.mockito:mockito-core:5.23.0'
+ testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
10
}
0 commit comments