Skip to content

Commit 245ddfb

Browse files
fix(dependency): mock jar version upgrade (#5689)
1 parent b5c6cbd commit 245ddfb

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
@@ -55,7 +55,7 @@ subprojects {
5555
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
5656

5757
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
58-
testImplementation "org.mockito:mockito-core:2.1.0"
58+
testImplementation "org.mockito:mockito-core:2.13.0"
5959
}
6060

6161
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)