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

Commit

Permalink
update service framework version (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhamodhar-DDR authored Apr 16, 2024
1 parent af6e8b0 commit 77592de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gateway-service-factory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.64")
api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.71")

implementation(project(":gateway-service-impl"))
}
2 changes: 1 addition & 1 deletion gateway-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation("org.hypertrace.entity.service:entity-service-api:0.8.87")
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1")
implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.58")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.71")

// 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 @@ -9,7 +9,7 @@ dependencies {
implementation(project(":gateway-service-factory"))

implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.13.1")
implementation("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.64")
implementation("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.71")
implementation("org.slf4j:slf4j-api:1.7.30")
implementation("com.typesafe:config:1.4.1")

Expand Down

0 comments on commit 77592de

Please sign in to comment.