Skip to content

Commit

Permalink
Merge pull request #15751 from h2oai/mn/GH-15750
Browse files Browse the repository at this point in the history
[GH-15750] Upgrade json-smart to Address CVE-2023-1370 in Main Standalone Jar
  • Loading branch information
mn-mikke authored Sep 13, 2023
2 parents 1f7eca8 + 606daab commit 0ccb135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ dependencies {
api('com.fasterxml.jackson.core:jackson-databind:2.13.4.2') {
because 'Fixes CVE-2022-42003'
}
api('net.minidev:json-smart:2.4.10') {
because 'Fixes CVE-2023-1370'
}
api('com.google.guava:guava:32.0.1-jre') {
because 'Fixes CVE-2023-2976'
because 'Fixes CVE-2020-8908'
Expand Down

0 comments on commit 0ccb135

Please sign in to comment.