Skip to content

Commit

Permalink
Merge pull request #269 from gocd-contrib/dependabot/gradle/com.squar…
Browse files Browse the repository at this point in the history
…eup.okhttp3-okhttp-4.11.0

Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.11.0
  • Loading branch information
chadlwilson authored Apr 28, 2023
2 parents 23d600a + f93b1ed commit 4ba06b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
compileOnly project.deps.gocdPluginApi
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.314'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0'

testImplementation project.deps.gocdPluginApi
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0'
Expand Down

0 comments on commit 4ba06b3

Please sign in to comment.