Skip to content

Commit

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

Bump com.squareup.okhttp3:mockwebserver from 4.11.0 to 4.12.0
  • Loading branch information
chadlwilson authored Oct 20, 2023
2 parents a943b50 + fcd8186 commit 7de244c
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 @@ -50,7 +50,7 @@ ext {
commonsCodec: 'commons-codec:commons-codec:1.16.0',
httpClient: 'org.apache.httpcomponents:httpclient:4.5.14',
mockito: 'org.mockito:mockito-core:5.6.0',
mockWebServer: 'com.squareup.okhttp3:mockwebserver:4.11.0',
mockWebServer: 'com.squareup.okhttp3:mockwebserver:4.12.0',
]

versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
Expand Down

0 comments on commit 7de244c

Please sign in to comment.