Skip to content

Commit ff6fb4a

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.21.0 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c5865d commit ff6fb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

5757
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1'
5858
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.1'
59-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
59+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.21.0'
6060
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1'
6161
}
6262

0 commit comments

Comments
 (0)