fix(gradle): prevent metadata-utils from downgrading zookeeper (#13998)

This commit is contained in:
david-leifker 2025-07-08 18:38:13 -05:00 committed by GitHub
parent ee69c5f2db
commit 1ac5d45e2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,9 @@ dependencies {
implementation(externalDependency.javaxMail) {
because("previous versions are vulnerable")
}
implementation(externalDependency.zookeeper) {
because("CVE-2023-44981")
}
}
implementation externalDependency.logbackClassic