@@ -65,16 +65,16 @@ ext {
6565
6666dependencies {
6767 compileOnly project. deps. gocdPluginApi
68- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.1 '
68+ implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.2 '
6969 implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 5.1.0'
7070
7171 testImplementation project. deps. gocdPluginApi
72- testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
72+ testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
7373 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
7474 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params'
7575 testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
7676 testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
77- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.19 .0'
77+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.20 .0'
7878 testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
7979 testImplementation group : ' org.skyscreamer' , name : ' jsonassert' , version : ' 1.5.3'
8080 testImplementation group : ' com.squareup.okhttp3' , name : ' mockwebserver3-junit5' , version : ' 5.1.0'
0 commit comments