Skip to content

Commit 81828c7

Browse files
authored
Merge pull request #380 from gocd-contrib/dependabot/gradle/gradle-deps-ff400658a5
Bump the gradle-deps group with 2 updates
2 parents ecf3dec + 5db17fd commit 81828c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ 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.3.0'
73+
implementation 'com.squareup.okhttp3:okhttp:5.3.2'
7474
implementation platform('org.slf4j:slf4j-bom:2.0.17')
7575
implementation 'org.slf4j:jul-to-slf4j'
7676

@@ -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.3.0'
87+
testImplementation 'com.squareup.okhttp3:mockwebserver3-junit5:5.3.2'
8888
}
8989

9090
test {

0 commit comments

Comments
 (0)