Skip to content

Commit

Permalink
GH-16135 - fix CVE-2024-29131 by commons-configuration2 upgrade (#16136)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Apr 4, 2024
1 parent 43ff7b3 commit 7c1b5aa
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -83,6 +83,9 @@ dependencies {
because 'Fixes CVE-2023-34453'
because 'Fixes CVE-2023-43642'
}
api('org.apache.commons:commons-configuration2:2.10.1') {
because 'Fixes CVE-2024-29131'
}
}
}

Expand Down
3 changes: 3 additions & 0 deletions h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ dependencies {
because 'Fixes CVE-2023-34453'
because 'Fixes CVE-2023-43642'
}
api('org.apache.commons:commons-configuration2:2.10.1') {
because 'Fixes CVE-2024-29131'
}
}
}

Expand Down

0 comments on commit 7c1b5aa

Please sign in to comment.