Skip to content

Commit

Permalink
Fix PRISMA-2023-0067 in main.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Apr 23, 2024
1 parent 2c76f07 commit 95aed6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ dependencies {
api "com.google.protobuf:protobuf-java:3.21.7"

constraints {
api('com.fasterxml.jackson.core:jackson-databind:2.13.4.2') {
api('com.fasterxml.jackson.core:jackson-databind:2.16.0') {
because 'Fixes CVE-2022-42003'
because 'Fixes PRISMA-2023-0067'
because 'Fixes CVE-2023-35116'
}
api('org.jetbrains.kotlin:kotlin-stdlib:1.6.21') {
because 'Fixes CVE-2020-29582'
Expand Down

0 comments on commit 95aed6e

Please sign in to comment.