Skip to content

Commit fce8f3f

Browse files
committed
2 parents 6c50952 + a5c4ce6 commit fce8f3f

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
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
testImplementation(platform('org.junit:junit-bom:5.9.0'))
2323
testImplementation('org.junit.jupiter:junit-jupiter:5.9.0')
24-
testImplementation('org.mockito:mockito-core:4.6.1')
24+
testImplementation('org.mockito:mockito-core:4.7.0')
2525
}
2626

2727
test {

0 commit comments

Comments
 (0)