@@ -5,9 +5,9 @@ plugins {
55dependencies {
66 constraints {
77
8- api(" org.hypertrace.core.grpcutils:grpc-context-utils:0.6.1 " )
9- api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.6.1 " )
10- api(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.6.1 " )
8+ api(" org.hypertrace.core.grpcutils:grpc-context-utils:0.6.2 " )
9+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.6.2 " )
10+ api(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.6.2 " )
1111 api(" org.hypertrace.gateway.service:gateway-service-api:0.1.170" )
1212 api(" org.hypertrace.core.attribute.service:caching-attribute-service-client:0.13.6" )
1313
@@ -23,18 +23,21 @@ dependencies {
2323 api(" com.typesafe:config:1.4.1" )
2424 api(" com.google.guava:guava:30.1-jre" )
2525 api(" com.graphql-java-kickstart:graphql-java-servlet:10.1.0" )
26- api(" io.grpc:grpc-api:1.40 .0" )
27- api(" io.grpc:grpc-core:1.40 .0" )
28- api(" io.grpc:grpc-stub:1.40 .0" )
29- api(" io.grpc:grpc-context:1.40 .0" )
26+ api(" io.grpc:grpc-api:1.42 .0" )
27+ api(" io.grpc:grpc-core:1.42 .0" )
28+ api(" io.grpc:grpc-stub:1.42 .0" )
29+ api(" io.grpc:grpc-context:1.42 .0" )
3030 api(" com.fasterxml.jackson.core:jackson-databind:2.12.3" )
3131 api(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.3" )
3232 api(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.3" )
3333 api(" org.apache.commons:commons-text:1.9" )
3434 api(" io.opentelemetry:opentelemetry-proto:1.1.0-alpha" )
35+ api(" com.google.code.gson:gson:2.8.9" ) {
36+ because(" https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327" )
37+ }
3538
3639 runtime(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.0" )
37- runtime(" io.grpc:grpc-netty:1.40 .0" )
40+ runtime(" io.grpc:grpc-netty:1.42 .0" )
3841 runtime(" io.netty:netty-codec-http2:4.1.68.Final" ) {
3942 because(" https://snyk.io/vuln/SNYK-JAVA-IONETTY-1083991" )
4043 }
0 commit comments