This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded netty and hypertrace service-framework versions (#49)
* Upgraded netty and hypertrace service-framework versions * Removed third-party libraries not being used because they bring in lot of vulnerabilities
- Loading branch information
1 parent
c59dfc9
commit 5ffcace
Showing
2 changed files
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ tasks.test { | |
} | ||
|
||
dependencies { | ||
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.26") | ||
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.31") | ||
constraints { | ||
implementation("io.netty:netty-all:4.1.63.Final") { | ||
implementation("io.netty:netty-all:4.1.68.Final") { | ||
because("HTTP Request Smuggling [High Severity][https://snyk.io/vuln/SNYK-JAVA-IONETTY-559515] in io.netty:[email protected]") | ||
} | ||
} | ||
|
@@ -58,6 +58,8 @@ dependencies { | |
exclude("org.slf4j", "slf4j-log4j12") | ||
exclude("org.webjars", "swagger-ui") | ||
exclude("org.yaml", "snakeyaml") | ||
exclude("org.apache.hive", "hive-storage-api") | ||
exclude("org.apache.datasketches", "datasketches-java") | ||
} | ||
constraints { | ||
implementation("com.google.guava:guava:30.0-android") { | ||
|
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