Skip to content

Commit 342e8fe

Browse files
chore(deps): bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 (#908)
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.10.0...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dae3456 commit 342e8fe

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
@@ -52,12 +52,12 @@ artifacts {
5252

5353
dependencies {
5454
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.13'
55-
api 'com.squareup.okhttp3:okhttp:4.10.0'
55+
api 'com.squareup.okhttp3:okhttp:4.11.0'
5656
api 'com.google.code.gson:gson:2.10.1'
5757
api 'io.opencensus:opencensus-api:0.31.0'
5858
implementation 'org.slf4j:slf4j-api:2.0.7'
5959
testImplementation 'junit:junit:4.13.2'
60-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
60+
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
6161
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
6262
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
6363
testImplementation 'org.apache.commons:commons-lang3:3.12.0'

0 commit comments

Comments
 (0)