File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
hypertrace-trace-enricher
hypertrace-trace-enricher-impl
hypertrace-trace-enricher Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ protobuf {
2121 }
2222 plugins {
2323 id(" grpc_java" ) {
24- artifact = " io.grpc:protoc-gen-grpc-java:1.42.0 "
24+ artifact = " io.grpc:protoc-gen-grpc-java:1.45.1 "
2525 }
2626
2727 if (generateLocalGoGrpcFiles) {
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ dependencies {
1919 implementation(" org.hypertrace.core.datamodel:data-model:0.1.22" )
2020 implementation(" org.hypertrace.entity.service:entity-service-client:0.8.5" )
2121 implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.33" )
22- implementation(" org.hypertrace.core.grpcutils:grpc-client-utils:0.6.2 " )
22+ implementation(" org.hypertrace.core.grpcutils:grpc-client-utils:0.7.3 " )
2323 implementation(" org.hypertrace.config.service:spaces-config-service-api:0.1.0" )
24- implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.6.2 " )
24+ implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.7.3 " )
2525
2626 implementation(" com.typesafe:config:1.4.1" )
2727 implementation(" org.apache.httpcomponents:httpclient:4.5.13" )
@@ -33,5 +33,5 @@ dependencies {
3333 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
3434 testImplementation(" org.mockito:mockito-core:3.8.0" )
3535 testImplementation(" org.mockito:mockito-junit-jupiter:3.8.0" )
36- testImplementation(" io.grpc:grpc-core:1.42.0 " )
36+ testImplementation(" io.grpc:grpc-core:1.45.1 " )
3737}
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ dependencies {
3939 implementation(" com.typesafe:config:1.4.1" )
4040 implementation(" org.hypertrace.core.kafkastreams.framework:kafka-streams-framework:0.1.25" )
4141 constraints {
42- runtimeOnly(" io.netty:netty-codec-http2:4.1.71 .Final" )
43- runtimeOnly(" io.netty:netty-handler-proxy:4.1.71 .Final" )
42+ runtimeOnly(" io.netty:netty-codec-http2:4.1.77 .Final" )
43+ runtimeOnly(" io.netty:netty-handler-proxy:4.1.77 .Final" )
4444 implementation(" org.glassfish.jersey.core:jersey-common:2.34" ) {
4545 because(" https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-1255637" )
4646 }
4747 }
4848
4949 // Required for the GRPC clients.
50- runtimeOnly(" io.grpc:grpc-netty:1.42.0 " )
50+ runtimeOnly(" io.grpc:grpc-netty:1.45.1 " )
5151
5252 // Logging
5353 implementation(" org.slf4j:slf4j-api:1.7.30" )
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dependencies {
1212 api(" org.hypertrace.entity.service:entity-data-service-rx-client:0.8.5" )
1313 api(" org.hypertrace.core.datamodel:data-model:0.1.22" )
1414 implementation(" org.hypertrace.core.attribute.service:attribute-projection-registry:0.12.3" )
15- implementation(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.6.2 " )
16- implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.6.2 " )
15+ implementation(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.7.3 " )
16+ implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.7.3 " )
1717 implementation(" io.reactivex.rxjava3:rxjava:3.0.11" )
1818
1919 annotationProcessor(" org.projectlombok:lombok:1.18.20" )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ protobuf {
1919 }
2020 plugins {
2121 id(" grpc_java" ) {
22- artifact = " io.grpc:protoc-gen-grpc-java:1.42.0 "
22+ artifact = " io.grpc:protoc-gen-grpc-java:1.45.1 "
2323 }
2424
2525 if (generateLocalGoGrpcFiles) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ protobuf {
2020 }
2121 plugins {
2222 id(" grpc_java" ) {
23- artifact = " io.grpc:protoc-gen-grpc-java:1.42.0 "
23+ artifact = " io.grpc:protoc-gen-grpc-java:1.45.1 "
2424 }
2525
2626 if (generateLocalGoGrpcFiles) {
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ dependencies {
4040 implementation(" org.hypertrace.core.kafkastreams.framework:kafka-streams-framework:0.1.25" )
4141 implementation(" org.hypertrace.config.service:span-processing-config-service-api:0.1.27" )
4242 implementation(" org.hypertrace.config.service:config-utils:0.1.32" )
43- implementation(" org.hypertrace.core.grpcutils:grpc-client-utils:0.7.1 " )
44- implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.7.1 " )
43+ implementation(" org.hypertrace.core.grpcutils:grpc-client-utils:0.7.3 " )
44+ implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.7.3 " )
4545
4646 // Required for the GRPC clients.
47- runtimeOnly(" io.grpc:grpc-netty:1.42.0 " )
47+ runtimeOnly(" io.grpc:grpc-netty:1.45.1 " )
4848 constraints {
49- runtimeOnly(" io.netty:netty-codec-http2:4.1.71 .Final" )
50- runtimeOnly(" io.netty:netty-handler-proxy:4.1.71 .Final" )
49+ runtimeOnly(" io.netty:netty-codec-http2:4.1.77 .Final" )
50+ runtimeOnly(" io.netty:netty-handler-proxy:4.1.77 .Final" )
5151 implementation(" org.glassfish.jersey.core:jersey-common:2.34" ) {
5252 because(" https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-1255637" )
5353 }
You can’t perform that action at this time.
0 commit comments