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

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skjindal93 committed Oct 30, 2023
1 parent 9680686 commit 53df6ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gateway-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.22")
compileOnly("org.projectlombok:lombok:1.18.18")

implementation("org.hypertrace.core.query.service:query-service-client:0.8.0")
implementation("org.hypertrace.core.attribute.service:attribute-service-client:0.14.25")

implementation("org.hypertrace.entity.service:entity-service-client:0.8.56")
implementation("org.hypertrace.entity.service:entity-service-api:0.8.56")
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.5")
implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.5")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.58")
implementation("org.hypertrace.core.query.service:query-service-client:0.8.20")
implementation("org.hypertrace.core.attribute.service:attribute-service-client:0.14.35")

implementation("org.hypertrace.entity.service:entity-service-client:0.8.86")
implementation("org.hypertrace.entity.service:entity-service-api:0.8.86")
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6")
implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.62")

// Config
implementation("com.typesafe:config:1.4.1")
Expand Down
2 changes: 1 addition & 1 deletion gateway-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
dependencies {
implementation(project(":gateway-service-factory"))

implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.12.5")
implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.12.6")
implementation("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.62")
implementation("org.slf4j:slf4j-api:1.7.30")
implementation("com.typesafe:config:1.4.1")
Expand Down

0 comments on commit 53df6ea

Please sign in to comment.