This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add support for reversing explore time series request (#82)
* fix: add support for reverting explore time series request * chore: update vulns
- Loading branch information
1 parent
9ed0f73
commit 3ff26d4
Showing
6 changed files
with
99 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,24 +11,12 @@ tasks.test { | |
dependencies { | ||
api(project(":gateway-service-api")) | ||
|
||
constraints { | ||
implementation("com.google.guava:guava:30.0-jre") { | ||
because("Information Disclosure [Medium Severity][https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415] in com.google.guava:[email protected]") | ||
} | ||
testRuntimeOnly("io.netty:netty-codec-http2:4.1.53.Final") { | ||
because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-1020439") | ||
} | ||
testRuntimeOnly("io.netty:netty-handler-proxy:4.1.53.Final") { | ||
because("https://snyk.io/vuln/SNYK-JAVA-IONETTY-1020439s") | ||
} | ||
} | ||
|
||
implementation("org.hypertrace.core.query.service:query-service-client:0.5.2") | ||
implementation("org.hypertrace.core.attribute.service:attribute-service-client:0.9.3") | ||
implementation("org.hypertrace.entity.service:entity-service-client:0.5.6") | ||
implementation("org.hypertrace.entity.service:entity-service-api:0.5.6") | ||
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.3.2") | ||
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.19") | ||
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.3.4") | ||
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.21") | ||
|
||
// Config | ||
implementation("com.typesafe:config:1.4.1") | ||
|
@@ -45,5 +33,5 @@ dependencies { | |
testImplementation("org.junit.jupiter:junit-jupiter:5.7.0") | ||
testImplementation("org.mockito:mockito-core:3.6.28") | ||
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.14.0") | ||
testImplementation("io.grpc:grpc-netty:1.33.1") | ||
testImplementation("io.grpc:grpc-netty:1.36.0") | ||
} |
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