Skip to content

Commit 2b98d27

Browse files
chore: update framework libs (#81)
1 parent 000d098 commit 2b98d27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platform-grpc-service-framework/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
api(platform("io.grpc:grpc-bom:1.57.2"))
1111
api("io.grpc:grpc-api")
1212
api("io.grpc:grpc-services")
13-
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.2")
13+
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6")
1414
api("com.typesafe:config:1.4.2")
1515
api(project(":service-framework-spi"))
1616

@@ -19,5 +19,5 @@ dependencies {
1919

2020
implementation(project(":platform-metrics"))
2121
implementation("org.slf4j:slf4j-api:1.7.36")
22-
implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.12.2")
22+
implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.12.6")
2323
}

platform-http-service-framework/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
dependencies {
77
api(project(":platform-service-framework"))
8-
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.2")
8+
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6")
99
api("com.typesafe:config:1.4.2")
1010
api("javax.servlet:javax.servlet-api:4.0.1")
1111
api("com.google.inject:guice:5.1.0")

0 commit comments

Comments
 (0)