Skip to content

Commit 518fcaf

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.18.0
1 parent 23a9d95 commit 518fcaf

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.12.2'
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.17.0'
60+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
6161
}
6262

6363
tasks {

0 commit comments

Comments
 (0)