Skip to content

Commit

Permalink
Merge pull request #597 from nextcloud/dependabot/gradle/org.mockito-…
Browse files Browse the repository at this point in the history
…mockito-core-5.6.0
  • Loading branch information
dependabot[bot] authored Oct 7, 2023
2 parents aa2e946 + 32740f3 commit 8450aa3
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.5.0'
testImplementation 'org.mockito:mockito-core:5.6.0'
}

afterEvaluate {
Expand Down

0 comments on commit 8450aa3

Please sign in to comment.