Skip to content

Commit

Permalink
Update com.squareup.okio:okio to 3.4.0
Browse files Browse the repository at this point in the history
Use okio 3.4.0 explicity to fix vulnerability introduced through okhttp3 (3.3.0).
See https://www.cve.org/CVERecord?id=CVE-2023-3635 for more details on the vulnerability.
  • Loading branch information
TobiGr committed Jul 31, 2023
1 parent 96a7cc2 commit 5725ce1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ dependencies {

// HTTP client
implementation "com.squareup.okhttp3:okhttp:4.11.0"
// okhttp3:4.11.0 introduces a vulnerability from com.squareup.okio:okio@3.3.0,
// remove com.squareup.okio:okio when updating okhttp
implementation "com.squareup.okio:okio@3.4.0"

// Media player
implementation "com.google.android.exoplayer:exoplayer-core:${exoPlayerVersion}"
Expand Down

0 comments on commit 5725ce1

Please sign in to comment.