Skip to content

Commit a9b909c

Browse files
chore(deps): update dependency org.mockito:mockito-core to v5.18.0
1 parent 0a032d0 commit a9b909c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stevia/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
implementation "androidx.annotation:annotation:1.9.1"
3939
testImplementation(platform('org.junit:junit-bom:5.12.2'))
4040
testImplementation('org.junit.jupiter:junit-jupiter')
41-
testImplementation 'org.mockito:mockito-core:5.15.2'
41+
testImplementation 'org.mockito:mockito-core:5.18.0'
4242
}
4343

4444
testOptions {

0 commit comments

Comments
 (0)