Skip to content

Commit 25377e0

Browse files
committed
fix: Bump okhttp dependency to 4.9.1 (#736)
1 parent 15d4b81 commit 25377e0

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

5353
dependencies {
5454
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.76'
55-
api 'com.squareup.okhttp3:okhttp:3.14.4'
55+
api 'com.squareup.okhttp3:okhttp:4.9.1'
5656
api 'com.google.code.gson:gson:2.8.6'
5757
api 'io.opencensus:opencensus-api:0.25.0'
5858
implementation 'org.slf4j:slf4j-api:1.7.26'
5959
testImplementation 'junit:junit:4.12'
6060
testImplementation 'org.mockito:mockito-core:3.0.0'
61-
testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.2'
61+
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
6262
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
6363
testImplementation 'org.slf4j:slf4j-simple:1.7.26'
6464
testImplementation 'org.apache.commons:commons-lang3:3.9'

0 commit comments

Comments
 (0)