Skip to content

Commit

Permalink
Merge pull request #1258 from nextcloud/dependabot/gradle/org.mockito…
Browse files Browse the repository at this point in the history
…-mockito-core-5.8.0

Bump org.mockito:mockito-core from 5.7.0 to 5.8.0
  • Loading branch information
AndyScherzinger authored Dec 4, 2023
2 parents 2851844 + 2794136 commit e34a5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {

// dependencies for tests
testImplementation "junit:junit:$junit_version"
testImplementation 'org.mockito:mockito-core:5.7.0'
testImplementation 'org.mockito:mockito-core:5.8.0'
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'

// dependencies for instrumented tests
Expand Down

0 comments on commit e34a5df

Please sign in to comment.