Skip to content

Commit

Permalink
[GH-15764] Specify Versions of commons-compress and protobuf-java in …
Browse files Browse the repository at this point in the history
…Main Standalone Jar
  • Loading branch information
mn-mikke committed Sep 15, 2023
1 parent f6d120b commit 05b1b2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ dependencies {
exclude group: "org.apache.thrift", module: "libthrift"
}

// Upgrade dependencies coming from Hadoop to address vulnerabilities
api "org.apache.commons:commons-compress:1.21"
api "com.google.protobuf:protobuf-java:3.21.7"

constraints {
api('com.fasterxml.jackson.core:jackson-databind:2.13.4.2') {
because 'Fixes CVE-2022-42003'
Expand Down

0 comments on commit 05b1b2e

Please sign in to comment.