Skip to content

Commit 0f25fab

Browse files
Update dependency org.mockito:mockito-core to v5.20.0 (#807)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: priyankaVerma21 <[email protected]>
1 parent bada294 commit 0f25fab

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
@@ -295,7 +295,7 @@ dependencies {
295295
testImplementation group: 'io.rest-assured', name: 'xml-path', version: versions.restAssured
296296
testImplementation group: 'io.rest-assured', name: 'json-path', version: versions.restAssured
297297

298-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.19.0'
298+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.20.0'
299299
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
300300

301301
testImplementation group: 'org.wiremock', name: 'wiremock', version: '3.13.1'

0 commit comments

Comments
 (0)