Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rel-3.46.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
h2o-ops committed Aug 5, 2024
2 parents 537cebc + 04188e5 commit ab1cd55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ dependencies {
api "com.google.protobuf:protobuf-java:3.21.7"

constraints {
api('com.fasterxml.jackson.core:jackson-databind:2.16.1') {
api('com.fasterxml.jackson.core:jackson-databind:2.17.2') {
because 'Fixes CVE-2022-42003'
because 'Fixes PRISMA-2023-0067'
because 'Fixes CVE-2023-35116'
because 'Fixes sonatype-2024-0171'
}
api('org.jetbrains.kotlin:kotlin-stdlib:1.6.21') {
because 'Fixes CVE-2020-29582'
Expand Down
3 changes: 2 additions & 1 deletion h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ dependencies {
api "com.google.oauth-client:google-oauth-client:1.33.3"

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

0 comments on commit ab1cd55

Please sign in to comment.