Skip to content

Commit 015a196

Browse files
fix(deps): Update dependency org.mockito:mockito-core to v5.23.0
1 parent cd2fc4f commit 015a196

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.3')
5050
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
5151
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
52-
testImplementation 'org.mockito:mockito-core:5.21.0'
52+
testImplementation 'org.mockito:mockito-core:5.23.0'
5353
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
5454
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.4'
5555
testImplementation 'org.assertj:assertj-core:3.27.7'

0 commit comments

Comments
 (0)