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 @@ -70,12 +70,12 @@ dependencies {
7070 compileOnly project. deps. gocdPluginApi
7171 implementation ' com.google.code.gson:gson:2.13.2'
7272 implementation ' org.kohsuke:github-api:1.330'
73- implementation ' com.squareup.okhttp3:okhttp:5.1 .0'
73+ implementation ' com.squareup.okhttp3:okhttp:5.3 .0'
7474 implementation platform(' org.slf4j:slf4j-bom:2.0.17' )
7575 implementation ' org.slf4j:jul-to-slf4j'
7676
7777 testImplementation project. deps. gocdPluginApi
78- testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
78+ testImplementation platform(' org.junit:junit-bom:6.0.1 ' )
7979 testImplementation ' org.junit.jupiter:junit-jupiter-api'
8080 testImplementation ' org.junit.jupiter:junit-jupiter-params'
8181 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
@@ -84,7 +84,7 @@ dependencies {
8484 testImplementation ' org.mockito:mockito-core:5.20.0'
8585 testImplementation ' org.skyscreamer:jsonassert:1.5.3'
8686 testImplementation ' org.jsoup:jsoup:1.21.2'
87- testImplementation ' com.squareup.okhttp3:mockwebserver3-junit5:5.1 .0'
87+ testImplementation ' com.squareup.okhttp3:mockwebserver3-junit5:5.3 .0'
8888}
8989
9090test {
You can’t perform that action at this time.
0 commit comments