mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +00:00
fix(gradle): prevent metadata-utils from downgrading zookeeper (#13998)
This commit is contained in:
parent
ee69c5f2db
commit
1ac5d45e2d
@ -53,6 +53,9 @@ dependencies {
|
||||
implementation(externalDependency.javaxMail) {
|
||||
because("previous versions are vulnerable")
|
||||
}
|
||||
implementation(externalDependency.zookeeper) {
|
||||
because("CVE-2023-44981")
|
||||
}
|
||||
}
|
||||
implementation externalDependency.logbackClassic
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user