Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[espresso]: Bump okhttp from 3.12.1 to 4.10.0 in /packages/espresso/android #5955

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {

dependencies {
implementation 'com.google.guava:guava:31.1-android'
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.code.gson:gson:2.8.6'
androidTestImplementation 'org.hamcrest:hamcrest:2.2'

Expand Down