Skip to content

Commit

Permalink
Merge pull request #606 from nextcloud/dependabot/gradle/org.mockito-…
Browse files Browse the repository at this point in the history
…mockito-core-5.7.0
  • Loading branch information
dependabot[bot] authored Nov 11, 2023
2 parents 2f5855f + 5fca79a commit 53285df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dependencies {
// Required for local unit tests (JUnit 4 framework)
testImplementation 'junit:junit:4.13.2'
// required if you want to use Mockito for unit tests
testImplementation 'org.mockito:mockito-core:5.6.0'
testImplementation 'org.mockito:mockito-core:5.7.0'
}

afterEvaluate {
Expand Down

0 comments on commit 53285df

Please sign in to comment.