Skip to content

Commit 67a0712

Browse files
chore(deps): bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.11.0...parent-4.12.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]>
1 parent c305be0 commit 67a0712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
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.22'
55-
api 'com.squareup.okhttp3:okhttp:4.11.0'
55+
api 'com.squareup.okhttp3:okhttp:4.12.0'
5656
api 'com.google.code.gson:gson:2.10.1'
5757
api 'io.opencensus:opencensus-api:0.31.1'
5858
implementation 'org.slf4j:slf4j-api:2.0.9'
5959
testImplementation 'junit:junit:4.13.2'
60-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
60+
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
6161
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
6262
testImplementation 'org.slf4j:slf4j-simple:2.0.9'
6363
testImplementation 'org.apache.commons:commons-lang3:3.13.0'

0 commit comments

Comments
 (0)