Skip to content

Commit

Permalink
[GH-15750] Upgrade json-smart to Address CVE-2023-1370 in Main Standa…
Browse files Browse the repository at this point in the history
…lone Jar
  • Loading branch information
mn-mikke committed Sep 12, 2023
1 parent 458c011 commit 45b6e22
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 45b6e22

Please sign in to comment.