Skip to content

Commit

Permalink
Merge pull request #56 from w3stling/dependabot/gradle/org.mockito-mo…
Browse files Browse the repository at this point in the history
…ckito-core-5.10.0

Bump org.mockito:mockito-core from 4.8.0 to 5.10.0
w3stling authored Feb 17, 2024

Verified

This commit was signed with the committer’s verified signature.
trim21 Trim21
2 parents 73cc9ea + 2f20e81 commit fdbbc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ repositories {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation('org.mockito:mockito-core:4.8.0')
testImplementation('org.mockito:mockito-core:5.10.0')
}

test {

0 comments on commit fdbbc81

Please sign in to comment.