Skip to content

Commit

Permalink
[GH-15752] Upgrade snappy-java in Main and Steam Standalone Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Sep 13, 2023
1 parent 458c011 commit e69f37d
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 @@ -56,6 +56,11 @@ dependencies {
because 'Fixes CVE-2020-8908'
because 'Fixes CVE-2018-10237'
}
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 @@ -72,6 +72,11 @@ dependencies {
because 'Fixes CVE-2020-8908'
because 'Fixes CVE-2018-10237'
}
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 e69f37d

Please sign in to comment.