Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Sep 14, 2023
2 parents 1a55bb6 + e8a3ddf commit 4991048
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 @@ -59,6 +59,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'
}
api('org.xerial.snappy:snappy-java:1.1.10.3') {
because 'Fixes CVE-2023-34455'
because 'Fixes CVE-2023-34454'
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'
}
api('org.xerial.snappy:snappy-java:1.1.10.3') {
because 'Fixes CVE-2023-34455'
because 'Fixes CVE-2023-34454'
Expand Down

0 comments on commit 4991048

Please sign in to comment.