File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gocd-filebased-authentication-plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params'
33
33
testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
34
34
testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
35
- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.14 .2'
35
+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.15 .2'
36
36
testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
37
37
testImplementation group : ' org.skyscreamer' , name : ' jsonassert' , version : ' 1.5.3'
38
38
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
24
24
testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
25
25
testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
26
- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.14 .2'
26
+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.15 .2'
27
27
}
28
28
29
29
test {
You can’t perform that action at this time.
0 commit comments