Skip to content

Commit 1e3a301

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.19.0
1 parent 32b0075 commit 1e3a301

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
@@ -57,7 +57,7 @@ dependencies {
5757
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.4'
5858
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher'
5959
testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'
60-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
60+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.19.0'
6161
}
6262

6363
tasks {

0 commit comments

Comments
 (0)