Skip to content

Commit 2525068

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.18.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b8a18c commit 2525068

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.18.500"/>
167167
<trusting group="org.eclipse.platform" name="org.eclipse.osgi" version="3.23.0"/>
168168
</trusted-key>
169+
<trusted-key id="A31DDE881C3E3C4C985BD0D02C7F998F4272C851" group="com.diffplug.spotless"/>
169170
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA">
170171
<trusting group="com.google.code.findbugs"/>
171172
<trusting group="org.jacoco"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878

7979
// dependencies for tests
8080
testImplementation "junit:junit:$junit_version"
81-
testImplementation 'org.mockito:mockito-core:5.15.2'
81+
testImplementation 'org.mockito:mockito-core:5.18.0'
8282
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
8383

8484
// dependencies for instrumented tests

0 commit comments

Comments
 (0)