Skip to content

Commit 064df31

Browse files
fix: update deps, suppressions (#207)
1 parent 1acde92 commit 064df31

File tree

16 files changed

+315
-284
lines changed

16 files changed

+315
-284
lines changed

hypertrace-graphql-attribute-scope/gradle.lockfile

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
55
com.auth0:java-jwt:4.4.0=runtimeClasspath
66
com.auth0:jwks-rsa:0.22.0=runtimeClasspath
7-
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
8-
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
9-
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
10-
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
11-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath
12-
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson.core:jackson-annotations:2.16.0=compileClasspath,runtimeClasspath
8+
com.fasterxml.jackson.core:jackson-core:2.16.0=compileClasspath,runtimeClasspath
9+
com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath,runtimeClasspath
10+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0=compileClasspath,runtimeClasspath
11+
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0=runtimeClasspath
12+
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath
1313
com.google.android:annotations:4.1.1.4=runtimeClasspath
14-
com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath
14+
com.google.api.grpc:proto-google-common-protos:2.22.0=runtimeClasspath
1515
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
1616
com.google.code.gson:gson:2.10.1=runtimeClasspath
17-
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
17+
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath
18+
com.google.errorprone:error_prone_annotations:2.20.0=runtimeClasspath
1819
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
1920
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
2021
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
@@ -28,14 +29,16 @@ com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClas
2829
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
2930
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
3031
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
31-
io.grpc:grpc-api:1.57.2=runtimeClasspath
32-
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
33-
io.grpc:grpc-context:1.57.2=runtimeClasspath
34-
io.grpc:grpc-core:1.57.2=runtimeClasspath
35-
io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath
36-
io.grpc:grpc-protobuf:1.57.2=runtimeClasspath
37-
io.grpc:grpc-stub:1.57.2=runtimeClasspath
38-
io.netty:netty-bom:4.1.100.Final=runtimeClasspath
32+
io.grpc:grpc-api:1.59.1=runtimeClasspath
33+
io.grpc:grpc-bom:1.59.1=compileClasspath,runtimeClasspath
34+
io.grpc:grpc-context:1.59.1=runtimeClasspath
35+
io.grpc:grpc-core:1.59.1=runtimeClasspath
36+
io.grpc:grpc-inprocess:1.59.1=runtimeClasspath
37+
io.grpc:grpc-protobuf-lite:1.59.1=runtimeClasspath
38+
io.grpc:grpc-protobuf:1.59.1=runtimeClasspath
39+
io.grpc:grpc-stub:1.59.1=runtimeClasspath
40+
io.grpc:grpc-util:1.59.1=runtimeClasspath
41+
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
3942
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4043
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4144
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -46,12 +49,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4649
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
4750
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
4851
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
49-
org.hypertrace.bom:hypertrace-bom:0.3.1=compileClasspath,runtimeClasspath
52+
org.hypertrace.bom:hypertrace-bom:0.3.2=compileClasspath,runtimeClasspath
5053
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5154
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
52-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath
53-
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath
54-
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.7=runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.7=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.7=runtimeClasspath
5558
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
5659
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
5760
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath

hypertrace-graphql-entity-schema/gradle.lockfile

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
55
com.auth0:java-jwt:4.4.0=runtimeClasspath
66
com.auth0:jwks-rsa:0.22.0=runtimeClasspath
7-
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
8-
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
9-
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
10-
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
11-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath
12-
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson.core:jackson-annotations:2.16.0=compileClasspath,runtimeClasspath
8+
com.fasterxml.jackson.core:jackson-core:2.16.0=compileClasspath,runtimeClasspath
9+
com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath,runtimeClasspath
10+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0=compileClasspath,runtimeClasspath
11+
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0=runtimeClasspath
12+
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath
1313
com.google.android:annotations:4.1.1.4=runtimeClasspath
14-
com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath
14+
com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath
1515
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
1616
com.google.code.gson:gson:2.10.1=runtimeClasspath
1717
com.google.code.gson:gson:2.8.9=compileClasspath
18-
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
18+
com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath
1919
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
2020
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
2121
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
@@ -30,14 +30,16 @@ com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClas
3030
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
3131
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
3232
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
33-
io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath
34-
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
35-
io.grpc:grpc-context:1.57.2=compileClasspath,runtimeClasspath
36-
io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath
37-
io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath
38-
io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath
39-
io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath
40-
io.netty:netty-bom:4.1.100.Final=compileClasspath,runtimeClasspath
33+
io.grpc:grpc-api:1.59.1=compileClasspath,runtimeClasspath
34+
io.grpc:grpc-bom:1.59.1=compileClasspath,runtimeClasspath
35+
io.grpc:grpc-context:1.59.1=compileClasspath,runtimeClasspath
36+
io.grpc:grpc-core:1.59.1=compileClasspath,runtimeClasspath
37+
io.grpc:grpc-inprocess:1.59.1=compileClasspath,runtimeClasspath
38+
io.grpc:grpc-protobuf-lite:1.59.1=compileClasspath,runtimeClasspath
39+
io.grpc:grpc-protobuf:1.59.1=compileClasspath,runtimeClasspath
40+
io.grpc:grpc-stub:1.59.1=compileClasspath,runtimeClasspath
41+
io.grpc:grpc-util:1.59.1=runtimeClasspath
42+
io.netty:netty-bom:4.1.101.Final=compileClasspath,runtimeClasspath
4143
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4244
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4345
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -48,12 +50,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4850
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
4951
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
5052
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
51-
org.hypertrace.bom:hypertrace-bom:0.3.1=compileClasspath,runtimeClasspath
53+
org.hypertrace.bom:hypertrace-bom:0.3.2=compileClasspath,runtimeClasspath
5254
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5355
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
54-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=compileClasspath,runtimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.7=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.7=compileClasspath,runtimeClasspath
58+
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.7=compileClasspath,runtimeClasspath
5759
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
5860
org.hypertrace.gateway.service:gateway-service-api:0.3.9=compileClasspath,runtimeClasspath
5961
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath

hypertrace-graphql-entity-type/gradle.lockfile

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
55
com.auth0:java-jwt:4.4.0=runtimeClasspath
66
com.auth0:jwks-rsa:0.22.0=runtimeClasspath
7-
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
8-
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
9-
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
10-
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
11-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath
12-
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson.core:jackson-annotations:2.16.0=compileClasspath,runtimeClasspath
8+
com.fasterxml.jackson.core:jackson-core:2.16.0=compileClasspath,runtimeClasspath
9+
com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath,runtimeClasspath
10+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0=compileClasspath,runtimeClasspath
11+
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0=runtimeClasspath
12+
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath
1313
com.google.android:annotations:4.1.1.4=runtimeClasspath
14-
com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath
14+
com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath
1515
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
1616
com.google.code.gson:gson:2.10.1=runtimeClasspath
17-
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
17+
com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath
1818
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
1919
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
2020
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
@@ -29,14 +29,16 @@ com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClas
2929
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
3030
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
3131
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
32-
io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath
33-
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
34-
io.grpc:grpc-context:1.57.2=runtimeClasspath
35-
io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath
36-
io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath
37-
io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath
38-
io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath
39-
io.netty:netty-bom:4.1.100.Final=runtimeClasspath
32+
io.grpc:grpc-api:1.59.1=compileClasspath,runtimeClasspath
33+
io.grpc:grpc-bom:1.59.1=compileClasspath,runtimeClasspath
34+
io.grpc:grpc-context:1.59.1=runtimeClasspath
35+
io.grpc:grpc-core:1.59.1=compileClasspath,runtimeClasspath
36+
io.grpc:grpc-inprocess:1.59.1=runtimeClasspath
37+
io.grpc:grpc-protobuf-lite:1.59.1=compileClasspath,runtimeClasspath
38+
io.grpc:grpc-protobuf:1.59.1=compileClasspath,runtimeClasspath
39+
io.grpc:grpc-stub:1.59.1=compileClasspath,runtimeClasspath
40+
io.grpc:grpc-util:1.59.1=runtimeClasspath
41+
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
4042
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4143
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4244
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -47,12 +49,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4749
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
4850
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
4951
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
50-
org.hypertrace.bom:hypertrace-bom:0.3.1=compileClasspath,runtimeClasspath
52+
org.hypertrace.bom:hypertrace-bom:0.3.2=compileClasspath,runtimeClasspath
5153
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5254
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
53-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath
54-
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.7=runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.7=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.7=compileClasspath,runtimeClasspath
5658
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
5759
org.hypertrace.entity.service:entity-service-api:0.8.86=compileClasspath,runtimeClasspath
5860
org.hypertrace.entity.service:entity-type-service-rx-client:0.8.86=compileClasspath,runtimeClasspath

hypertrace-graphql-explorer-context/gradle.lockfile

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
55
com.auth0:java-jwt:4.4.0=runtimeClasspath
66
com.auth0:jwks-rsa:0.22.0=runtimeClasspath
7-
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
8-
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
9-
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
10-
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
11-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=runtimeClasspath
12-
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson.core:jackson-annotations:2.16.0=compileClasspath,runtimeClasspath
8+
com.fasterxml.jackson.core:jackson-core:2.16.0=compileClasspath,runtimeClasspath
9+
com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath,runtimeClasspath
10+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0=compileClasspath,runtimeClasspath
11+
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0=runtimeClasspath
12+
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath
1313
com.google.android:annotations:4.1.1.4=runtimeClasspath
14-
com.google.api.grpc:proto-google-common-protos:2.17.0=runtimeClasspath
14+
com.google.api.grpc:proto-google-common-protos:2.22.0=runtimeClasspath
1515
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
1616
com.google.code.gson:gson:2.10.1=runtimeClasspath
17-
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
17+
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath
18+
com.google.errorprone:error_prone_annotations:2.20.0=runtimeClasspath
1819
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
1920
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
2021
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
@@ -29,14 +30,16 @@ com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClas
2930
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
3031
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
3132
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
32-
io.grpc:grpc-api:1.57.2=runtimeClasspath
33-
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
34-
io.grpc:grpc-context:1.57.2=runtimeClasspath
35-
io.grpc:grpc-core:1.57.2=runtimeClasspath
36-
io.grpc:grpc-protobuf-lite:1.57.2=runtimeClasspath
37-
io.grpc:grpc-protobuf:1.57.2=runtimeClasspath
38-
io.grpc:grpc-stub:1.57.2=runtimeClasspath
39-
io.netty:netty-bom:4.1.100.Final=runtimeClasspath
33+
io.grpc:grpc-api:1.59.1=runtimeClasspath
34+
io.grpc:grpc-bom:1.59.1=compileClasspath,runtimeClasspath
35+
io.grpc:grpc-context:1.59.1=runtimeClasspath
36+
io.grpc:grpc-core:1.59.1=runtimeClasspath
37+
io.grpc:grpc-inprocess:1.59.1=runtimeClasspath
38+
io.grpc:grpc-protobuf-lite:1.59.1=runtimeClasspath
39+
io.grpc:grpc-protobuf:1.59.1=runtimeClasspath
40+
io.grpc:grpc-stub:1.59.1=runtimeClasspath
41+
io.grpc:grpc-util:1.59.1=runtimeClasspath
42+
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
4043
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4144
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4245
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -47,12 +50,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4750
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
4851
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
4952
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
50-
org.hypertrace.bom:hypertrace-bom:0.3.1=compileClasspath,runtimeClasspath
53+
org.hypertrace.bom:hypertrace-bom:0.3.2=compileClasspath,runtimeClasspath
5154
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5255
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
53-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=runtimeClasspath
54-
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.7=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.7=runtimeClasspath
58+
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.7=runtimeClasspath
5659
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
5760
org.hypertrace.gateway.service:gateway-service-api:0.3.9=runtimeClasspath
5861
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath

0 commit comments

Comments
 (0)