Skip to content

Commit 993f2f2

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.11.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b3f126 commit 993f2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dependencies {
135135
ktlint "com.pinterest:ktlint:0.51.0-FINAL"
136136

137137
testImplementation 'junit:junit:4.13.2'
138-
testImplementation 'org.mockito:mockito-core:5.10.0'
138+
testImplementation 'org.mockito:mockito-core:5.11.0'
139139
}
140140

141141
afterEvaluate {

0 commit comments

Comments
 (0)