Skip to content

Commit 6b3f51e

Browse files
authored
Merge pull request #10281 from TeamNewPipe/okio
Update com.squareup.okio:okio to 3.4.0
2 parents 96a7cc2 + 428a7d4 commit 6b3f51e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ dependencies {
244244

245245
// HTTP client
246246
implementation "com.squareup.okhttp3:okhttp:4.11.0"
247+
// okhttp3:4.11.0 introduces a vulnerability from com.squareup.okio:okio@3.3.0,
248+
// remove com.squareup.okio:okio when updating okhttp
249+
implementation "com.squareup.okio:okio:3.4.0"
247250

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

0 commit comments

Comments
 (0)