Skip to content

Commit

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

Bump mockwebserver from 4.9.3 to 4.10.0
  • Loading branch information
chadlwilson authored Jun 17, 2022
2 parents 8efe8bc + 8c45747 commit 697ad3c
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 @@ -68,7 +68,7 @@ dependencies {
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.1'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.9.3'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.8.2'
Expand Down

0 comments on commit 697ad3c

Please sign in to comment.