File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,16 +66,16 @@ ext {
6666
6767dependencies {
6868 compileOnly project. deps. gocdPluginApi
69- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.1 '
69+ implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.2 '
7070
71- testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
71+ testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
7272 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
7373 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params'
7474 testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
7575 testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
7676
77- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.19 .0'
78- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.4 '
77+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.20 .0'
78+ testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.6 '
7979 testImplementation group : ' cd.go.plugin' , name : ' go-plugin-api' , version : project. versions. gocdPluginApi
8080}
8181
You can’t perform that action at this time.
0 commit comments