Skip to content

Commit 751f6a0

Browse files
committed
fix(deps): Update dependency org.mockito:mockito-core to v5.20.0
1 parent 0c0c48c commit 751f6a0

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
@@ -53,7 +53,7 @@ dependencies {
5353
testImplementation platform('org.junit:junit-bom:5.11.4')
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
56-
testImplementation 'org.mockito:mockito-core:5.15.2'
56+
testImplementation 'org.mockito:mockito-core:5.20.0'
5757
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
5858
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.1.1'
5959
testImplementation 'org.assertj:assertj-core:3.27.6'

0 commit comments

Comments
 (0)