Skip to content

Commit

Permalink
chore: update dependencies for vulnerabilities (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld authored Jul 22, 2021
1 parent f184fce commit 59f8b7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ ignore:
SNYK-JAVA-LOG4J-572732:
- '*':
reason: no available replacement
expires: 2021-04-31T00:00:00.000Z
expires: 2021-10-31T00:00:00.000Z
SNYK-JAVA-IONETTY-473694:
- '*':
reason: no available replacement
expires: 2021-04-31T00:00:00.000Z
expires: 2021-10-31T00:00:00.000Z
SNYK-JAVA-IONETTY-1042268:
- '*':
reason: No replacement available
expires: 2021-04-31T00:00:00.000Z
expires: 2021-10-31T00:00:00.000Z
SNYK-JAVA-LOG4J-1300176:
- '*':
reason: None Given
expires: 2021-10-31T00:00:00.000Z
patch: {}
4 changes: 2 additions & 2 deletions query-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ dependencies {
implementation("org.hypertrace.core.attribute.service:attribute-service-api:0.12.3")
implementation("org.hypertrace.core.attribute.service:attribute-projection-registry:0.12.3")
implementation("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.12.3")
implementation("org.hypertrace.core.serviceframework:service-framework-spi:0.1.23")
implementation("org.hypertrace.core.serviceframework:service-framework-spi:0.1.28")
implementation("com.google.inject:guice:5.0.1")
implementation("org.apache.pinot:pinot-java-client:0.6.0") {
// We want to use log4j2 impl so exclude the log4j binding of slf4j
exclude("org.slf4j", "slf4j-log4j12")
}
implementation("org.slf4j:slf4j-api:1.7.30")
implementation("commons-codec:commons-codec:1.15")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.23")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.28")
implementation("com.google.protobuf:protobuf-java-util:3.15.6")
implementation("com.google.guava:guava:30.1.1-jre")
implementation("io.reactivex.rxjava3:rxjava:3.0.11")
Expand Down
4 changes: 2 additions & 2 deletions query-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
dependencies {
implementation(project(":query-service-impl"))
implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.4.0")
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.23")
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.28")
implementation("org.slf4j:slf4j-api:1.7.30")
implementation("com.typesafe:config:1.4.1")

Expand All @@ -32,7 +32,7 @@ dependencies {
integrationTestImplementation("org.testcontainers:testcontainers:1.15.2")
integrationTestImplementation("org.testcontainers:junit-jupiter:1.15.2")
integrationTestImplementation("org.testcontainers:kafka:1.15.2")
integrationTestImplementation("org.hypertrace.core.serviceframework:integrationtest-service-framework:0.1.23")
integrationTestImplementation("org.hypertrace.core.serviceframework:integrationtest-service-framework:0.1.28")
integrationTestImplementation("com.github.stefanbirkner:system-lambda:1.2.0")

integrationTestImplementation("org.apache.kafka:kafka-clients:5.5.1-ccs")
Expand Down

0 comments on commit 59f8b7d

Please sign in to comment.