Skip to content

Commit c8be50f

Browse files
committed
Update OkHttp Dependencies to v4.9.2
1 parent da81e23 commit c8be50f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ dependencies {
149149

150150
// Testing dependencies
151151
implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
152-
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
152+
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
153153
testImplementation 'junit:junit:4.13'
154154
testImplementation 'org.mockito:mockito-core:3.11.2'
155155
testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed
@@ -158,14 +158,14 @@ dependencies {
158158
testImplementation 'androidx.test.espresso:espresso-intents:3.4.0'
159159
testImplementation 'androidx.test.ext:junit:1.1.3'
160160
testImplementation 'org.robolectric:shadows-httpclient:4.6.1'
161-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
161+
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.2'
162162
androidTestImplementation 'androidx.test:runner:1.4.0'
163163
androidTestImplementation 'androidx.test:rules:1.3.0'
164164
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.3.0'
165165
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
166166
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
167167
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
168-
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
168+
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.2'
169169
androidTestUtil 'androidx.test:orchestrator:1.4.0'
170170
}
171171
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)