File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
gocd-filebased-authentication-plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717ext {
1818 deps = [
19- gocdPluginApi : ' cd.go.plugin:go-plugin-api:25.2 .0' ,
19+ gocdPluginApi : ' cd.go.plugin:go-plugin-api:25.3 .0' ,
2020 ]
2121
2222 versions = project. ext. deps. collectEntries { lib , libGav -> [lib, libGav. split(' :' ). last()] }
@@ -32,7 +32,7 @@ dependencies {
3232 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params'
3333 testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
3434 testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
35- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.18 .0'
35+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.19 .0'
3636 testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
3737 testImplementation group : ' org.skyscreamer' , name : ' jsonassert' , version : ' 1.5.3'
3838}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
2424 testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
2525 testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
26- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.18 .0'
26+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.19 .0'
2727}
2828
2929test {
You can’t perform that action at this time.
0 commit comments