Skip to content

Commit b38e98c

Browse files
committed
fix(deps): update mockito to v5.13.0
1 parent 8dc4f80 commit b38e98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ allprojects {
7777
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
7878

7979
testImplementation 'org.assertj:assertj-core:3.26.3'
80-
testImplementation 'org.mockito:mockito-core:5.12.0'
81-
testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
80+
testImplementation 'org.mockito:mockito-core:5.13.0'
81+
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
8282

8383
}
8484

0 commit comments

Comments
 (0)