Skip to content

Commit 6a70dfd

Browse files
committed
Fix broken mockito bump (3.12.4 -> 4.0.0)
#239 Updated only one line but forgot to update this line as well
1 parent 3f1dbe1 commit 6a70dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
6262

6363
testImplementation 'org.mockito:mockito-core:4.0.0'
64-
testRuntimeOnly 'org.mockito:mockito-core:3.12.4'
64+
testRuntimeOnly 'org.mockito:mockito-core:4.0.0'
6565
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
6666
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
6767
}

0 commit comments

Comments
 (0)