Skip to content

Commit cc1001d

Browse files
chore: update grpc, netty (#107)
* chore: update grpc, netty * chore: add explicit protobuf dep
1 parent aa9d153 commit cc1001d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ plugins {
77

88
dependencies {
99
api(project(":platform-service-framework"))
10-
api(platform("io.grpc:grpc-bom:1.60.0"))
10+
api(platform("io.grpc:grpc-bom:1.68.1"))
1111
api("io.grpc:grpc-api")
1212
api("io.grpc:grpc-services")
13-
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.13.6")
13+
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.13.7")
1414
api("com.typesafe:config:1.4.2")
15+
api("com.google.protobuf:protobuf-java:3.25.5")
1516
api(project(":service-framework-spi"))
1617

1718
annotationProcessor("org.projectlombok:lombok:1.18.24")
@@ -21,5 +22,5 @@ dependencies {
2122
implementation("io.grpc:grpc-inprocess")
2223
implementation("io.grpc:grpc-netty")
2324
implementation("org.slf4j:slf4j-api:1.7.36")
24-
implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.13.6")
25+
implementation("org.hypertrace.core.grpcutils:grpc-server-utils:0.13.7")
2526
}

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.13.6")
8+
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.13.7")
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)