Skip to content

Commit

Permalink
okhttp: Update to latest 4.9.X
Browse files Browse the repository at this point in the history
There is an http2 bug which has been fixed in 4.9.3. 

See https://square.github.io/okhttp/changelogs/changelog_4x/#version-493 

The diff between 4.9.2 and 4.9.3 seems pretty safe square/okhttp#6293
  • Loading branch information
Crash-- committed Jul 28, 2023
1 parent f2254d4 commit 83f8d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadservice-okhttp/build.gradle
Expand Up @@ -69,7 +69,7 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api 'com.squareup.okhttp3:okhttp:4.9.2'
api 'com.squareup.okhttp3:okhttp:4.9.3'
//api "net.gotev:uploadservice:${version}"
//comment the previous line and uncomment the next line for development (it uses the local lib)
api project(':uploadservice')
Expand Down

0 comments on commit 83f8d3a

Please sign in to comment.