Skip to content

Commit

Permalink
Merge pull request #118 from gocd/dependabot/gradle/com.squareup.okht…
Browse files Browse the repository at this point in the history
…tp3-mockwebserver-4.9.3

Bump mockwebserver from 4.9.2 to 4.9.3
  • Loading branch information
chadlwilson authored Nov 26, 2021
2 parents 3e15b32 + 680ff1b commit e0faa70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gocd-yum-repo-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'

testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.9.2'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.9.3'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.1.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1'
Expand Down
2 changes: 1 addition & 1 deletion plugin-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
api group: 'commons-io', name: 'commons-io', version: '2.11.0'
api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
api group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.9.2'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.9.3'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.1.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1'
Expand Down

0 comments on commit e0faa70

Please sign in to comment.