Skip to content

Commit

Permalink
Zookeeper is still used in multiple projects, so move the constraint …
Browse files Browse the repository at this point in the history
…back to the root.

Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable committed Mar 21, 2024
1 parent 80b1cf0 commit 05ab26b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ subprojects {
}
because 'the build fails if the Log4j API is not update along with log4j-core'
}
implementation('org.apache.zookeeper:zookeeper') {
version {
require '3.8.4'
}
because 'Fixes CVE-2024-23944, CVE-2023-44981'
}
implementation('com.google.code.gson:gson') {
version {
require '2.8.9'
Expand Down
6 changes: 0 additions & 6 deletions data-prepper-plugins/parquet-codecs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ dependencies {
}
because 'Fixes CVE-2023-52428, CVE-2021-31684 and CVE-2023-1370 by using a newer shaded version of json-smart.'
}
implementation('org.apache.zookeeper:zookeeper') {
version {
require '3.8.4'
}
because 'Fixes CVE-2024-23944, CVE-2023-44981'
}
}
}

Expand Down

0 comments on commit 05ab26b

Please sign in to comment.