diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8ae316941f..e26043ae65 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -179,6 +179,7 @@ used for AV1 playback using the extension. * IMA extension: Upgrade to IMA SDK version 3.18.1, and migrate to new preloading APIs ([#6429](https://github.com/google/ExoPlayer/issues/6429)). +* OkHttp extension: Upgrade OkHttp dependency to 3.12.11. ### 2.11.4 (2020-04-08) diff --git a/extensions/okhttp/build.gradle b/extensions/okhttp/build.gradle index b03abac670..220522b9d9 100644 --- a/extensions/okhttp/build.gradle +++ b/extensions/okhttp/build.gradle @@ -42,7 +42,7 @@ dependencies { // https://cashapp.github.io/2019-02-05/okhttp-3-13-requires-android-5 // Since OkHttp is distributed as a jar rather than an aar, Gradle won't // stop us from making this mistake! - api 'com.squareup.okhttp3:okhttp:3.12.8' + api 'com.squareup.okhttp3:okhttp:3.12.11' } ext {