Skip to content

Commit 38cba44

Browse files
committed
fix vuln
1 parent dc27836 commit 38cba44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

query-service-impl/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ dependencies {
3434
implementation("org.apache.helix:helix-core:1.3.0") {
3535
because("CVE-2022-47500")
3636
}
37+
implementation("org.apache.zookeeper:zookeeper:3.7.2") {
38+
because("CVE-2023-44981")
39+
}
3740
implementation("org.webjars:swagger-ui:5.1.0") {
3841
because("CVE-2019-16728,CVE-2020-26870")
3942
}

0 commit comments

Comments
 (0)