Skip to content

Commit cdca631

Browse files
authored
Merge pull request #286 from gocd-contrib/dependabot/gradle/gradle-deps-37fb52da71
Bump the gradle-deps group with 3 updates
2 parents 4e078c9 + 0e968cd commit cdca631

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ ext {
6969
dependencies {
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

8686
test {

0 commit comments

Comments
 (0)