@@ -60,18 +60,18 @@ ext {
6060
6161dependencies {
6262 compileOnly project. deps. gocdPluginApi
63- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.1 '
64- implementation group : ' org.kohsuke' , name : ' github-api' , version : ' 1.329 '
63+ implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.2 '
64+ implementation group : ' org.kohsuke' , name : ' github-api' , version : ' 1.330 '
6565 implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 5.1.0'
6666
6767 testImplementation project. deps. gocdPluginApi
68- testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
68+ testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
6969 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
7070 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params'
7171 testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
7272 testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
73- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.4 '
74- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.19 .0'
73+ testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.6 '
74+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.20 .0'
7575 testImplementation group : ' org.skyscreamer' , name : ' jsonassert' , version : ' 1.5.3'
7676 testImplementation group : ' org.jsoup' , name : ' jsoup' , version : ' 1.21.2'
7777 testImplementation group : ' com.squareup.okhttp3' , name : ' mockwebserver3-junit5' , version : ' 5.1.0'
0 commit comments