Skip to content

Commit

Permalink
Bump OkHttp to 4.9.1 to fix crashes that can occur on Android 10 and …
Browse files Browse the repository at this point in the history
…11 devices when two threads concurrently close an SSL socket
  • Loading branch information
jayohms committed Feb 12, 2021
1 parent 6c910d7 commit b8c564c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turbo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'

// Networking/API
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1'

// Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2'
Expand All @@ -111,7 +111,7 @@ dependencies {
testImplementation 'org.robolectric:robolectric:4.4'
testImplementation 'org.mockito:mockito-core:3.6.28'
testImplementation 'com.nhaarman:mockito-kotlin:1.6.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
testImplementation 'junit:junit:4.13.1'
}

Expand Down

0 comments on commit b8c564c

Please sign in to comment.