Skip to content

Commit

Permalink
Merge pull request #15747 from h2oai/mn/GH-15746
Browse files Browse the repository at this point in the history
[GH-15746] Upgrade org.codehaus.jettison:jettison in Main Standalone Jar
  • Loading branch information
mn-mikke authored Sep 14, 2023
2 parents e8a3ddf + e555a57 commit aa210d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ dependencies {
api('net.minidev:json-smart:2.4.10') {
because 'Fixes CVE-2023-1370'
}
api('org.codehaus.jettison:jettison:1.5.4') {
because 'Fixes CVE-2023-1436'
because 'Fixes CVE-2022-45693'
because 'Fixes CVE-2022-45685'
because 'Fixes CVE-2022-40150'
because 'Fixes CVE-2022-40149'
}
api('com.google.guava:guava:32.0.1-jre') {
because 'Fixes CVE-2023-2976'
because 'Fixes CVE-2020-8908'
Expand Down
1 change: 1 addition & 0 deletions h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
because 'Fixes CVE-2022-45693'
because 'Fixes CVE-2022-45685'
because 'Fixes CVE-2022-40150'
because 'Fixes CVE-2022-40149'
}
api('org.jetbrains.kotlin:kotlin-stdlib:1.4.32') {
because 'Fixes CVE-2020-29582'
Expand Down

0 comments on commit aa210d9

Please sign in to comment.