Skip to content

Commit

Permalink
Merge pull request #15753 from h2oai/mn/GH-15752
Browse files Browse the repository at this point in the history
[GH-15752] Upgrade snappy-java in Main and Steam Standalone Jar
  • Loading branch information
mn-mikke authored Sep 15, 2023
2 parents 477ebc8 + 4991048 commit f6d120b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ dependencies {
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'
because 'Fixes CVE-2023-34453'
}
}
}

Expand Down
5 changes: 5 additions & 0 deletions h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ dependencies {
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'
because 'Fixes CVE-2023-34453'
}
}
}

Expand Down

0 comments on commit f6d120b

Please sign in to comment.