File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
testCompileOnly ' junit:junit:4.13.2'
19
19
testRuntimeOnly " org.junit.vintage:junit-vintage-engine:${ junitJupiterVersion} "
20
20
21
- testImplementation " org.mockito:mockito-core:5.14 .2"
21
+ testImplementation " org.mockito:mockito-core:5.15 .2"
22
22
testImplementation(" com.github.stefanbirkner:system-rules:1.19.0" ) {
23
23
exclude group : ' junit' , module : ' junit-dep'
24
24
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
testCompileOnly ' junit:junit:4.13.2'
42
42
testRuntimeOnly " org.junit.vintage:junit-vintage-engine:${ junitJupiterVersion} "
43
43
testImplementation " org.hamcrest:hamcrest:3.0"
44
- testImplementation " org.mockito:mockito-core:5.14 .2"
44
+ testImplementation " org.mockito:mockito-core:5.15 .2"
45
45
testImplementation(" com.github.stefanbirkner:system-rules:1.19.0" ) {
46
46
exclude group : ' junit' , module : ' junit-dep'
47
47
}
You can’t perform that action at this time.
0 commit comments