Skip to content

Commit

Permalink
Require dnsjava 3.6.1 to resolve CVE-2024-25638. This is a transitive…
Browse files Browse the repository at this point in the history
… dependency from Hadoop. (opensearch-project#4868)

Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable committed Aug 23, 2024
1 parent 6ca73cd commit 49e4b07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ subprojects {
testImplementation testLibs.hamcrest
testImplementation testLibs.awaitility
constraints {
implementation('dnsjava:dnsjava') {
version {
require '3.6.1'
}
because 'Fixes CVE-2023-39410.'
}
implementation('org.apache.avro:avro') {
version {
require '1.11.3'
Expand Down

0 comments on commit 49e4b07

Please sign in to comment.