Skip to content

Commit 56bf1c9

Browse files
committed
fix(deps): Update dependency org.mockito:mockito-core to v5.21.0
1 parent cf80c9e commit 56bf1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation platform('org.junit:junit-bom:6.0.0')
5050
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
5151
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
52-
testImplementation 'org.mockito:mockito-core:5.20.0'
52+
testImplementation 'org.mockito:mockito-core:5.21.0'
5353
testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0'
5454
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.2.5'
5555
testImplementation 'org.assertj:assertj-core:3.27.6'

0 commit comments

Comments
 (0)