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 @@ -6,7 +6,7 @@ dependencies {
6
6
testImplementation(" org.codehaus.groovy:groovy-all:3.0.21" )
7
7
testImplementation(platform(" org.junit:junit-bom:5.9.1" ))
8
8
testImplementation(" org.junit.jupiter:junit-jupiter" )
9
- testImplementation(" org.mockito:mockito-core:5.6 .0" )
9
+ testImplementation(" org.mockito:mockito-core:5.12 .0" )
10
10
}
11
11
12
12
tasks.getByName<Test >(" test" ) {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
testImplementation(" org.codehaus.groovy:groovy-all:3.0.21" )
51
51
testImplementation(platform(" org.junit:junit-bom:5.9.1" ))
52
52
testImplementation(" org.junit.jupiter:junit-jupiter" )
53
- testImplementation(" org.mockito:mockito-core:5.6 .0" )
53
+ testImplementation(" org.mockito:mockito-core:5.12 .0" )
54
54
}
55
55
56
56
java {
You can’t perform that action at this time.
0 commit comments