Skip to content

Commit

Permalink
[GH-16067] Address CVE-2023-35116 in h2o-steam.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke committed Feb 9, 2024
1 parent 4e49155 commit 20e1825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ dependencies {
api "com.google.oauth-client:google-oauth-client:1.33.3"

constraints {
api('com.fasterxml.jackson.core:jackson-databind:2.15.1') {
api('com.fasterxml.jackson.core:jackson-databind:2.15.2') {
because 'Fixes CVE-2022-42003'
because 'Fixes PRISMA-2023-0067'
because 'Fixes CVE-2023-35116'
}
api('org.codehaus.jettison:jettison:1.5.4') {
because 'Fixes CVE-2023-1436'
Expand Down

0 comments on commit 20e1825

Please sign in to comment.