Skip to content

Commit

Permalink
Merge pull request #2399 from nextcloud/renovate/mockito-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.mockito:mockito-core to v5.14.0
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
2 parents 1f0b96d + 2373a33 commit fd45885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ dependencies {
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation 'org.mockito:mockito-core:5.14.0'
testImplementation 'org.robolectric:robolectric:4.13'
}
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<trusting group="org.mockito" name="mockito-core" version="5.11.0"/>
<trusting group="org.mockito" name="mockito-core" version="5.12.0"/>
<trusting group="org.mockito" name="mockito-core" version="5.13.0"/>
<trusting group="org.mockito" name="mockito-core" version="5.14.0"/>
</trusted-key>
<trusted-key id="1597AB231B7ADD7E14B1D9C43F00DB67AE236E2E" group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.5.2"/>
<trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache" version="18"/>
Expand Down

0 comments on commit fd45885

Please sign in to comment.