Skip to content

Commit 477e6a5

Browse files
cq-botrenovate-bot
andauthored
fix(deps): Update mockito monorepo to v5.10.0 (#174)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 60ba1c6 commit 477e6a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ dependencies {
5151
testImplementation(platform('org.junit:junit-bom:5.10.1'))
5252
testImplementation('org.junit.jupiter:junit-jupiter:5.10.1')
5353
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.1')
54-
testImplementation('org.mockito:mockito-core:5.4.0')
55-
testImplementation('org.mockito:mockito-junit-jupiter:5.4.0')
54+
testImplementation('org.mockito:mockito-core:5.10.0')
55+
testImplementation('org.mockito:mockito-junit-jupiter:5.10.0')
5656
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.6')
5757
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.1')
5858

0 commit comments

Comments
 (0)