File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,18 +69,18 @@ ext {
6969dependencies {
7070 compileOnly project. deps. gocdPluginApi
7171 implementation ' com.google.code.gson:gson:2.13.2'
72- implementation ' com.squareup.okhttp3:okhttp:5.1 .0'
72+ implementation ' com.squareup.okhttp3:okhttp:5.3 .0'
7373
7474 testImplementation project. deps. gocdPluginApi
75- testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
75+ testImplementation platform(' org.junit:junit-bom:6.0.1 ' )
7676 testImplementation ' org.junit.jupiter:junit-jupiter-api'
7777 testImplementation ' org.junit.jupiter:junit-jupiter-params'
7878 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
7979 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
8080 testImplementation ' org.mockito:mockito-core:5.20.0'
8181 testImplementation ' org.hamcrest:hamcrest:3.0'
8282 testImplementation ' org.skyscreamer:jsonassert:1.5.3'
83- testImplementation ' com.squareup.okhttp3:mockwebserver3-junit5:5.1 .0'
83+ testImplementation ' com.squareup.okhttp3:mockwebserver3-junit5:5.3 .0'
8484}
8585
8686test {
You can’t perform that action at this time.
0 commit comments