Skip to content

Commit a64e213

Browse files
Update dependency org.mockito:mockito-junit-jupiter to v5.21.0
1 parent a37fb60 commit a64e213

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
@@ -194,7 +194,7 @@ dependencies {
194194

195195
testImplementation libraries.junit5
196196
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.0'
197-
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.19.0'
197+
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.21.0'
198198

199199
integrationTestImplementation sourceSets.main.runtimeClasspath
200200
integrationTestImplementation sourceSets.test.runtimeClasspath

0 commit comments

Comments
 (0)