Skip to content

Commit

Permalink
[GH-15746] Upgrade org.codehaus.jettison:jettison in Main Standalone Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Sep 12, 2023
1 parent 458c011 commit 37c2d9f
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 @@ -51,6 +51,13 @@ dependencies {
api('com.fasterxml.jackson.core:jackson-databind:2.13.4.2') {
because 'Fixes CVE-2022-42003'
}
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 37c2d9f

Please sign in to comment.