Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Upgraded netty and hypertrace service-framework versions (#49)
Browse files Browse the repository at this point in the history
* Upgraded netty and hypertrace service-framework versions

* Removed third-party libraries not being used
because they bring in lot of vulnerabilities
  • Loading branch information
singhalprerana authored Nov 20, 2021
1 parent c59dfc9 commit 5ffcace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions view-creator-framework/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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]")
}
}
Expand Down Expand Up @@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion view-generator-framework/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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")

implementation("org.apache.avro:avro:1.10.2")

Expand Down

0 comments on commit 5ffcace

Please sign in to comment.