Skip to content

Commit c7d37ba

Browse files
Merge pull request #926 from nextcloud/renovate/mockito-monorepo
fix(deps): update dependency org.mockito:mockito-core to v5.21.0
2 parents a4b992b + 3254ad9 commit c7d37ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8496,6 +8496,14 @@
84968496
<sha256 value="58338f3966e1a0e03f88ce58698998f5e2bda6d1e2cc2f840ca141cc80178eb0" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
84978497
</artifact>
84988498
</component>
8499+
<component group="com.mebigfatguy.fb-contrib" name="fb-contrib" version="7.7.2">
8500+
<artifact name="fb-contrib-7.7.2.jar">
8501+
<sha256 value="62538b115513081f39f555966df2731ff9b802ccfcc67ad23b1d8d324fa810c4" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8502+
</artifact>
8503+
<artifact name="fb-contrib-7.7.2.pom">
8504+
<sha256 value="a36a5f4b7289b643d422372a2e92dbe56c27219514eb10e483edb09a9babec27" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
8505+
</artifact>
8506+
</component>
84998507
<component group="com.pinterest" name="ktlint" version="0.51.0-FINAL">
85008508
<artifact name="ktlint-0.51.0-FINAL.pom">
85018509
<sha256 value="62609714173a8e0fc63ddb2990c8e1d261e0ff2eb10650f296d10f0a421b61a5" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ dependencies {
148148
ktlint "com.pinterest.ktlint:ktlint-cli:1.8.0"
149149

150150
testImplementation 'junit:junit:4.13.2'
151-
testImplementation 'org.mockito:mockito-core:5.20.0'
151+
testImplementation 'org.mockito:mockito-core:5.21.0'
152152
}
153153

154154
afterEvaluate {

0 commit comments

Comments
 (0)