Skip to content

Commit 42481b4

Browse files
authored
Merge pull request #377 from gocd-contrib/dependabot/gradle/gradle-deps-37fb52da71
Bump the gradle-deps group with 3 updates
2 parents cec92a7 + 899cc74 commit 42481b4

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
@@ -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

9090
test {

0 commit comments

Comments
 (0)