Skip to content

Commit 4202d01

Browse files
Update gradle locks (#179)
Co-authored-by: aaron-steinfeld <[email protected]>
1 parent 89ab3a0 commit 4202d01

File tree

19 files changed

+65
-65
lines changed

19 files changed

+65
-65
lines changed

hypertrace-core-graphql-attribute-scope-constants/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This file is expected to be part of source control.
44
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath
55
io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath
6-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
6+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
77
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
88
empty=annotationProcessor

hypertrace-core-graphql-attribute-scope/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ io.grpc:grpc-protobuf-lite:1.60.0=runtimeClasspath
3838
io.grpc:grpc-protobuf:1.60.0=runtimeClasspath
3939
io.grpc:grpc-stub:1.60.0=runtimeClasspath
4040
io.grpc:grpc-util:1.60.0=runtimeClasspath
41-
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
41+
io.netty:netty-bom:4.1.108.Final=runtimeClasspath
4242
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4343
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4444
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -49,12 +49,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4949
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
5050
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
5151
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
52-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
52+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
5353
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5454
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=runtimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=runtimeClasspath
57-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.3=runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=runtimeClasspath
5858
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
5959
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
6060
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath

hypertrace-core-graphql-attribute-store/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath
3636
io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath
3737
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath
3838
io.grpc:grpc-util:1.60.0=runtimeClasspath
39-
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
39+
io.netty:netty-bom:4.1.108.Final=runtimeClasspath
4040
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4141
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4242
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -47,12 +47,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4747
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
4848
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
4949
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
50-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
50+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
5151
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=compileClasspath,runtimeClasspath
5252
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=compileClasspath,runtimeClasspath
53-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=compileClasspath,runtimeClasspath
54-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath
53+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.3=compileClasspath,runtimeClasspath
54+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=compileClasspath,runtimeClasspath
5656
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
5757
org.projectlombok:lombok:1.18.28=annotationProcessor
5858
org.projectlombok:lombok:1.18.30=compileClasspath

hypertrace-core-graphql-common-schema/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ io.grpc:grpc-protobuf-lite:1.60.0=runtimeClasspath
3838
io.grpc:grpc-protobuf:1.60.0=runtimeClasspath
3939
io.grpc:grpc-stub:1.60.0=runtimeClasspath
4040
io.grpc:grpc-util:1.60.0=runtimeClasspath
41-
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
41+
io.netty:netty-bom:4.1.108.Final=runtimeClasspath
4242
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4343
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4444
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -49,12 +49,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4949
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
5050
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
5151
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
52-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
52+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
5353
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5454
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=runtimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=runtimeClasspath
57-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.3=runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=runtimeClasspath
5858
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
5959
org.projectlombok:lombok:1.18.28=annotationProcessor
6060
org.projectlombok:lombok:1.18.30=compileClasspath

hypertrace-core-graphql-context/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath
2828
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
2929
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
3030
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
31-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
31+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
3232
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
3333
org.projectlombok:lombok:1.18.28=annotationProcessor
3434
org.projectlombok:lombok:1.18.30=compileClasspath

hypertrace-core-graphql-deserialization/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath
2222
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
2323
javax.inject:javax.inject:1=compileClasspath,runtimeClasspath
2424
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
25-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
25+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
2626
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
2727
org.projectlombok:lombok:1.18.28=annotationProcessor
2828
org.projectlombok:lombok:1.18.30=compileClasspath

hypertrace-core-graphql-gateway-service-utils/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath
3737
io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath
3838
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath
3939
io.grpc:grpc-util:1.60.0=runtimeClasspath
40-
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
40+
io.netty:netty-bom:4.1.108.Final=runtimeClasspath
4141
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4242
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4343
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -48,12 +48,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4848
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
4949
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
5050
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
51-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
51+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
5252
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5353
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
54-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=runtimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath
54+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.3=runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=compileClasspath,runtimeClasspath
5757
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
5858
org.hypertrace.gateway.service:gateway-service-api:0.3.9=compileClasspath,runtimeClasspath
5959
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath

hypertrace-core-graphql-grpc-utils/gradle.lockfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ io.grpc:grpc-core:1.60.0=compileClasspath,runtimeClasspath
3232
io.grpc:grpc-inprocess:1.60.0=compileClasspath,runtimeClasspath
3333
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath
3434
io.grpc:grpc-util:1.60.0=runtimeClasspath
35-
io.netty:netty-bom:4.1.101.Final=compileClasspath,runtimeClasspath
35+
io.netty:netty-bom:4.1.108.Final=compileClasspath,runtimeClasspath
3636
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
3737
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
3838
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -42,9 +42,9 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4242
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
4343
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
4444
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
45-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
46-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=compileClasspath,runtimeClasspath
47-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath
45+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
46+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=compileClasspath,runtimeClasspath
47+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=compileClasspath,runtimeClasspath
4848
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
4949
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
5050
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath

hypertrace-core-graphql-impl/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath
3838
io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath
3939
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath
4040
io.grpc:grpc-util:1.60.0=runtimeClasspath
41-
io.netty:netty-bom:4.1.101.Final=compileClasspath,runtimeClasspath
41+
io.netty:netty-bom:4.1.108.Final=compileClasspath,runtimeClasspath
4242
io.opentelemetry:opentelemetry-proto:1.1.0-alpha=runtimeClasspath
4343
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4444
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
@@ -52,12 +52,12 @@ org.apache.commons:commons-lang3:3.12.0=runtimeClasspath
5252
org.apache.commons:commons-text:1.10.0=runtimeClasspath
5353
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
5454
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
55-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
55+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
5656
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5757
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
58-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=runtimeClasspath
59-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=compileClasspath,runtimeClasspath
60-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath
58+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.3=runtimeClasspath
59+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=compileClasspath,runtimeClasspath
60+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=compileClasspath,runtimeClasspath
6161
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
6262
org.hypertrace.gateway.service:gateway-service-api:0.3.9=compileClasspath,runtimeClasspath
6363
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath

hypertrace-core-graphql-log-event-schema/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath
3939
io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath
4040
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath
4141
io.grpc:grpc-util:1.60.0=runtimeClasspath
42-
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
42+
io.netty:netty-bom:4.1.108.Final=runtimeClasspath
4343
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4444
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4545
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -50,12 +50,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
5050
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
5151
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
5252
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
53-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
53+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
5454
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5555
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=runtimeClasspath
57-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=runtimeClasspath
58-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.3=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=runtimeClasspath
58+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=compileClasspath,runtimeClasspath
5959
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
6060
org.hypertrace.gateway.service:gateway-service-api:0.3.9=compileClasspath,runtimeClasspath
6161
org.projectlombok:lombok:1.18.28=annotationProcessor

hypertrace-core-graphql-metadata-schema/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ io.grpc:grpc-protobuf-lite:1.60.0=runtimeClasspath
3838
io.grpc:grpc-protobuf:1.60.0=runtimeClasspath
3939
io.grpc:grpc-stub:1.60.0=runtimeClasspath
4040
io.grpc:grpc-util:1.60.0=runtimeClasspath
41-
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
41+
io.netty:netty-bom:4.1.108.Final=runtimeClasspath
4242
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4343
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4444
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -49,12 +49,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4949
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
5050
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
5151
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
52-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
52+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
5353
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5454
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=runtimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=runtimeClasspath
57-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.3=runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=runtimeClasspath
5858
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
5959
org.projectlombok:lombok:1.18.28=annotationProcessor
6060
org.projectlombok:lombok:1.18.30=compileClasspath

hypertrace-core-graphql-request-transformation/gradle.lockfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ io.grpc:grpc-protobuf-lite:1.60.0=runtimeClasspath
3838
io.grpc:grpc-protobuf:1.60.0=runtimeClasspath
3939
io.grpc:grpc-stub:1.60.0=runtimeClasspath
4040
io.grpc:grpc-util:1.60.0=runtimeClasspath
41-
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
41+
io.netty:netty-bom:4.1.108.Final=runtimeClasspath
4242
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
4343
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4444
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -49,12 +49,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4949
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
5050
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
5151
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
52-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
52+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
5353
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath
5454
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=runtimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=runtimeClasspath
57-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.3=runtimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.3=runtimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.3=runtimeClasspath
5858
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
5959
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
6060
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath

hypertrace-core-graphql-rx-utils/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
2121
javax.inject:javax.inject:1=compileClasspath,runtimeClasspath
2222
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
2323
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
24-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
24+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
2525
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
2626
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
2727
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath

hypertrace-core-graphql-schema-registry/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
2020
javax.inject:javax.inject:1=compileClasspath,runtimeClasspath
2121
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
2222
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
23-
org.hypertrace.bom:hypertrace-bom:0.3.20=compileClasspath,runtimeClasspath
23+
org.hypertrace.bom:hypertrace-bom:0.3.21=compileClasspath,runtimeClasspath
2424
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
2525
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath
2626
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath

0 commit comments

Comments
 (0)