Skip to content

Commit c673be2

Browse files
chore(deps): update dependency org.mockito:mockito-core to v5.23.0
1 parent 9734a2f commit c673be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.13.4'))
4040
testImplementation('org.junit.jupiter:junit-jupiter')
41-
testImplementation 'org.mockito:mockito-core:5.19.0'
41+
testImplementation 'org.mockito:mockito-core:5.23.0'
4242
}
4343

4444
testOptions {

0 commit comments

Comments
 (0)