Skip to content

Commit

Permalink
fix: upgrades okhttp3 to 5.0.0-alpha.7 to fix #816 (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto committed May 27, 2022
1 parent 9489649 commit e51a036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ artifacts {

dependencies {
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.4'
api 'com.squareup.okhttp3:okhttp:4.9.3'
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.7'
api 'com.google.code.gson:gson:2.9.0'
api 'io.opencensus:opencensus-api:0.31.0'
implementation 'org.slf4j:slf4j-api:1.7.36'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.3'
testImplementation 'com.squareup.okhttp3:mockwebserver:5.0.0-alpha.7'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
testImplementation 'org.slf4j:slf4j-simple:1.7.36'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
Expand Down

0 comments on commit e51a036

Please sign in to comment.