Skip to content

Commit

Permalink
[GH-15755] Upgrade com.squareup.okio:okio in Main and Steam Standalon…
Browse files Browse the repository at this point in the history
…e jars
  • Loading branch information
mn-mikke committed Sep 13, 2023
1 parent 1f7eca8 commit ed46ec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ dependencies {
because 'Fixes CVE-2020-8908'
because 'Fixes CVE-2018-10237'
}
api('com.squareup.okio:okio:3.5.0') {
because 'Fixes CVE-2023-3635'
}
}
}

Expand Down
3 changes: 3 additions & 0 deletions h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ dependencies {
because 'Fixes CVE-2020-8908'
because 'Fixes CVE-2018-10237'
}
api('com.squareup.okio:okio:3.5.0') {
because 'Fixes CVE-2023-3635'
}
}
}

Expand Down

0 comments on commit ed46ec0

Please sign in to comment.