-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
saxenakshitiz
committed
Jun 28, 2023
1 parent
058832e
commit 032c0ab
Showing
4 changed files
with
91 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,32 +10,32 @@ tasks.test { | |
|
||
dependencies { | ||
constraints { | ||
implementation("io.netty:netty:3.10.6.Final") { | ||
because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-30430") | ||
} | ||
implementation("io.netty:netty-common:4.1.94.Final") { | ||
because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456") | ||
} | ||
implementation("org.apache.zookeeper:zookeeper:3.6.3") { | ||
because("Multiple vulnerabilities") | ||
} | ||
implementation("io.netty:netty-transport-native-epoll:4.1.94.Final") { | ||
because("Multiple vulnerabilities") | ||
} | ||
implementation("io.netty:netty-handler:4.1.94.Final") { | ||
because("Multiple vulnerabilities") | ||
} | ||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.0") { | ||
because( | ||
"Improper Locking [Medium Severity][https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2628385] " + | ||
"in org.jetbrains.kotlin:[email protected]" | ||
) | ||
} | ||
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") { | ||
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2") { | ||
because("Multiple vulnerabilities") | ||
} | ||
implementation("com.101tec:zkclient:0.11") { | ||
because("Multiple vulnerabilities") | ||
implementation("org.apache.calcite:calcite-babel:1.34.0") { | ||
because("CVE-2022-39135") | ||
} | ||
implementation("org.apache.avro:avro:1.11.1") { | ||
because("CVE-2021-43045") | ||
} | ||
implementation("org.apache.helix:helix-core:1.2.0") { | ||
because("CVE-2022-47500") | ||
} | ||
implementation("org.webjars:swagger-ui:5.1.0") { | ||
because("CVE-2019-16728,CVE-2020-26870") | ||
} | ||
implementation("net.minidev:json-smart:2.4.11") { | ||
because("CVE-2023-1370") | ||
} | ||
implementation("org.xerial.snappy:snappy-java:1.1.10.1") { | ||
because("CVE-2023-34453, CVE-2023-34454, CVE-2023-34455") | ||
} | ||
} | ||
api(project(":query-service-api")) | ||
|
@@ -47,7 +47,7 @@ dependencies { | |
implementation("org.hypertrace.core.attribute.service:attribute-projection-registry:0.14.26") | ||
implementation("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.26") | ||
implementation("com.google.inject:guice:5.0.1") | ||
implementation("org.apache.pinot:pinot-java-client:0.10.0") { | ||
implementation("org.apache.pinot:pinot-java-client:0.12.1") { | ||
// We want to use log4j2 impl so exclude the log4j binding of slf4j | ||
exclude("org.slf4j", "slf4j-log4j12") | ||
exclude("log4j", "log4j") | ||
|