Skip to content

Commit

Permalink
Merge pull request #76 from JChrist/dependabot/gradle/org.mockito-moc…
Browse files Browse the repository at this point in the history
…kito-core-5.9.0

Bump org.mockito:mockito-core from 5.8.0 to 5.9.0
  • Loading branch information
JChrist authored Jan 16, 2024
2 parents f85acec + 211f6d1 commit c3b1963
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
Expand Up @@ -40,7 +40,7 @@ repositories {
}

dependencies {
testImplementation 'org.mockito:mockito-core:5.8.0'
testImplementation 'org.mockito:mockito-core:5.9.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.24.2'
}
Expand Down

0 comments on commit c3b1963

Please sign in to comment.