File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 142
142
<dependency >
143
143
<groupId >org.mockito</groupId >
144
144
<artifactId >mockito-junit-jupiter</artifactId >
145
- <version >5.11.0 </version >
145
+ <version >5.15.2 </version >
146
146
</dependency >
147
147
<dependency >
148
148
<groupId >com.github.h-thurow</groupId >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
androidTestImplementation " org.assertj:assertj-core:3.25.3"
37
37
androidTestImplementation " org.junit.jupiter:junit-jupiter-api:5.10.2"
38
38
androidTestImplementation " org.junit.jupiter:junit-jupiter-params:5.10.2"
39
- androidTestImplementation " org.mockito:mockito-android:5.11.0 "
39
+ androidTestImplementation " org.mockito:mockito-android:5.15.2 "
40
40
androidTestImplementation " org.tinylog:tinylog-core:${ version} :tests"
41
41
androidTestImplementation " org.tinylog:tinylog-impl:${ version} :tests"
42
42
androidTestRuntimeOnly " de.mannodermaus.junit5:android-test-runner:1.4.0"
You can’t perform that action at this time.
0 commit comments