Skip to content

Commit 41cfb34

Browse files
refactor: update grpc utils (#116)
* refactor: update grpc utils * refactor: update commons text too
1 parent 692e470 commit 41cfb34

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

hypertrace-core-graphql-platform/build.gradle.kts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies {
1010
api(platform("io.grpc:grpc-bom:1.47.0"))
1111
constraints {
1212

13-
api("org.hypertrace.core.grpcutils:grpc-context-utils:0.8.0")
14-
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.8.0")
15-
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.0")
16-
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.0")
13+
api("org.hypertrace.core.grpcutils:grpc-context-utils:0.8.2")
14+
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.8.2")
15+
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.2")
16+
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.2")
1717
api("org.hypertrace.gateway.service:gateway-service-api:0.2.15")
1818
api("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.8")
1919

@@ -23,7 +23,6 @@ dependencies {
2323
api("org.slf4j:slf4j-api:1.7.36")
2424
api("io.reactivex.rxjava3:rxjava:3.1.5")
2525
api("com.google.protobuf:protobuf-java-util:3.21.7")
26-
api("com.google.protobuf:protobuf-java:3.21.7")
2726

2827
api("org.projectlombok:lombok:1.18.24")
2928
api("com.google.code.findbugs:jsr305:3.0.2")
@@ -35,7 +34,7 @@ dependencies {
3534
api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4")
3635
api("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4")
3736
api("com.fasterxml.jackson:jackson-bom:2.13.4")
38-
api("org.apache.commons:commons-text:1.9")
37+
api("org.apache.commons:commons-text:1.10.0")
3938
api("io.opentelemetry:opentelemetry-proto:1.1.0-alpha")
4039

4140
runtime("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")

0 commit comments

Comments
 (0)