File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
gocd-filebased-authentication-plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,6 @@ subprojects {
5555 mavenLocal()
5656 }
5757 dependencies {
58- testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
58+ testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
5959 }
6060}
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ ext {
2424
2525dependencies {
2626 compileOnly project. deps. gocdPluginApi
27- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.1 '
27+ implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.2 '
2828 implementation project(' :bcrypt' )
2929
3030 testImplementation project. deps. gocdPluginApi
3131 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
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.19 .0'
35+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.20 .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.19 .0'
26+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.20 .0'
2727}
2828
2929test {
You can’t perform that action at this time.
0 commit comments