File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ dependencies {
133133 testImplementation ' org.junit.jupiter:junit-jupiter-api'
134134 testImplementation ' org.junit.jupiter:junit-jupiter'
135135 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
136- testImplementation ' org.mockito:mockito-core:5.18 .0'
137- testImplementation ' org.mockito:mockito-junit-jupiter:5.18 .0'
136+ testImplementation ' org.mockito:mockito-core:5.20 .0'
137+ testImplementation ' org.mockito:mockito-junit-jupiter:5.20 .0'
138138 testImplementation ' org.assertj:assertj-core:3.27.6'
139139
140140
@@ -143,7 +143,7 @@ dependencies {
143143 androidTestImplementation ' org.junit.jupiter:junit-jupiter-api'
144144 androidTestImplementation ' org.junit.jupiter:junit-jupiter'
145145 androidTestImplementation ' org.junit.platform:junit-platform-launcher'
146- androidTestImplementation ' org.mockito:mockito-android:5.18 .0'
147- androidTestImplementation ' org.mockito:mockito-junit-jupiter:5.18 .0'
146+ androidTestImplementation ' org.mockito:mockito-android:5.20 .0'
147+ androidTestImplementation ' org.mockito:mockito-junit-jupiter:5.20 .0'
148148 androidTestImplementation ' org.assertj:assertj-core:3.27.6'
149149}
You can’t perform that action at this time.
0 commit comments