Skip to content

Commit d6a7bd2

Browse files
build(deps): bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (#57)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eden Zimbelman <[email protected]>
1 parent 3428a50 commit d6a7bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// ***** TEST DEPENDENCIES *****
2525
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.1')
2626
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.1')
27-
testImplementation('org.mockito:mockito-core:5.20.0')
27+
testImplementation('org.mockito:mockito-core:5.21.0')
2828
}
2929

3030
application {

0 commit comments

Comments
 (0)