Skip to content

Commit 9a5ae07

Browse files
renovate[bot]neboskreb
authored andcommitted
Update mockito to v5.20.0
1 parent 507e98c commit 9a5ae07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)