Skip to content

Commit de29bb6

Browse files
Update gradle locks
1 parent 15da6ec commit de29bb6

File tree

19 files changed

+385
-383
lines changed

19 files changed

+385
-383
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5-
io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6-
org.hypertrace.bom:hypertrace-bom:0.3.23=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5+
io.grpc:grpc-bom:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
org.hypertrace.bom:hypertrace-bom:0.3.44=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88
empty=annotationProcessor

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

+28-26
Original file line numberDiff line numberDiff line change
@@ -11,51 +11,53 @@ com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.1=compileClasspath,run
1111
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1=runtimeClasspath,testRuntimeClasspath
1212
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1313
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
14-
com.google.api.grpc:proto-google-common-protos:2.22.0=runtimeClasspath,testRuntimeClasspath
14+
com.google.api.grpc:proto-google-common-protos:2.41.0=runtimeClasspath,testRuntimeClasspath
1515
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16-
com.google.code.gson:gson:2.10.1=runtimeClasspath,testRuntimeClasspath
16+
com.google.code.gson:gson:2.11.0=runtimeClasspath,testRuntimeClasspath
1717
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,testCompileClasspath
18-
com.google.errorprone:error_prone_annotations:2.20.0=runtimeClasspath,testRuntimeClasspath
19-
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20-
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
com.google.errorprone:error_prone_annotations:2.28.0=runtimeClasspath,testRuntimeClasspath
19+
com.google.guava:failureaccess:1.0.1=compileClasspath,testCompileClasspath
20+
com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
21+
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,testCompileClasspath
22+
com.google.guava:guava:32.1.2-jre=compileClasspath,testCompileClasspath
23+
com.google.guava:guava:33.2.1-android=runtimeClasspath,testRuntimeClasspath
2224
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2325
com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2426
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
25-
com.google.protobuf:protobuf-java:3.24.1=runtimeClasspath,testRuntimeClasspath
27+
com.google.protobuf:protobuf-java:3.25.5=runtimeClasspath,testRuntimeClasspath
2628
com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2729
com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2830
com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29-
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
com.graphql-java:graphql-java:19.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3032
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3133
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32-
io.grpc:grpc-api:1.60.0=runtimeClasspath,testRuntimeClasspath
33-
io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
io.grpc:grpc-context:1.60.0=runtimeClasspath,testRuntimeClasspath
35-
io.grpc:grpc-core:1.60.0=runtimeClasspath,testRuntimeClasspath
36-
io.grpc:grpc-inprocess:1.60.0=runtimeClasspath,testRuntimeClasspath
37-
io.grpc:grpc-protobuf-lite:1.60.0=runtimeClasspath,testRuntimeClasspath
38-
io.grpc:grpc-protobuf:1.60.0=runtimeClasspath,testRuntimeClasspath
39-
io.grpc:grpc-stub:1.60.0=runtimeClasspath,testRuntimeClasspath
40-
io.grpc:grpc-util:1.60.0=runtimeClasspath,testRuntimeClasspath
41-
io.netty:netty-bom:4.1.108.Final=runtimeClasspath,testRuntimeClasspath
42-
io.perfmark:perfmark-api:0.26.0=runtimeClasspath,testRuntimeClasspath
34+
io.grpc:grpc-api:1.68.1=runtimeClasspath,testRuntimeClasspath
35+
io.grpc:grpc-bom:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
io.grpc:grpc-context:1.68.1=runtimeClasspath,testRuntimeClasspath
37+
io.grpc:grpc-core:1.68.1=runtimeClasspath,testRuntimeClasspath
38+
io.grpc:grpc-inprocess:1.68.1=runtimeClasspath,testRuntimeClasspath
39+
io.grpc:grpc-protobuf-lite:1.68.1=runtimeClasspath,testRuntimeClasspath
40+
io.grpc:grpc-protobuf:1.68.1=runtimeClasspath,testRuntimeClasspath
41+
io.grpc:grpc-stub:1.68.1=runtimeClasspath,testRuntimeClasspath
42+
io.netty:netty-bom:4.1.115.Final=runtimeClasspath,testRuntimeClasspath
43+
io.perfmark:perfmark-api:0.27.0=runtimeClasspath,testRuntimeClasspath
4344
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4445
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4546
javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath,testRuntimeClasspath
4647
javax.inject:javax.inject:1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4748
javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4849
javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4950
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51-
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath,testRuntimeClasspath
52-
org.hypertrace.bom:hypertrace-bom:0.3.23=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
52+
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
53+
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
54+
org.hypertrace.bom:hypertrace-bom:0.3.44=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5355
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=runtimeClasspath,testRuntimeClasspath
5456
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=runtimeClasspath,testRuntimeClasspath
55-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.4=runtimeClasspath,testRuntimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=runtimeClasspath,testRuntimeClasspath
57-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=runtimeClasspath,testRuntimeClasspath
58-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
57+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.7=runtimeClasspath,testRuntimeClasspath
58+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.7=runtimeClasspath,testRuntimeClasspath
59+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.7=runtimeClasspath,testRuntimeClasspath
60+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5961
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6062
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6163
empty=annotationProcessor

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

+25-27
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,32 @@ com.fasterxml.jackson.core:jackson-databind:2.16.1=compileClasspath,runtimeClass
1010
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1111
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
13-
com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
com.google.api.grpc:proto-google-common-protos:2.41.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1414
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15-
com.google.code.gson:gson:2.10.1=runtimeClasspath,testRuntimeClasspath
16-
com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17-
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19-
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15+
com.google.code.gson:gson:2.11.0=runtimeClasspath,testRuntimeClasspath
16+
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
com.google.guava:guava:33.2.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2019
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2120
com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
23-
com.google.protobuf:protobuf-java:3.24.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
22+
com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2423
com.graphql-java-kickstart:graphql-java-kickstart:14.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2524
com.graphql-java-kickstart:graphql-java-servlet:14.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2625
com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26+
com.graphql-java:graphql-java:19.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2827
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2928
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30-
io.grpc:grpc-api:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32-
io.grpc:grpc-context:1.60.0=runtimeClasspath,testRuntimeClasspath
33-
io.grpc:grpc-core:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
io.grpc:grpc-inprocess:1.60.0=runtimeClasspath,testRuntimeClasspath
35-
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36-
io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37-
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38-
io.grpc:grpc-util:1.60.0=runtimeClasspath,testRuntimeClasspath
39-
io.netty:netty-bom:4.1.108.Final=runtimeClasspath,testRuntimeClasspath
40-
io.perfmark:perfmark-api:0.26.0=runtimeClasspath,testRuntimeClasspath
29+
io.grpc:grpc-api:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
io.grpc:grpc-bom:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
io.grpc:grpc-context:1.68.1=runtimeClasspath,testRuntimeClasspath
32+
io.grpc:grpc-core:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
io.grpc:grpc-inprocess:1.68.1=runtimeClasspath,testRuntimeClasspath
34+
io.grpc:grpc-protobuf-lite:1.68.1=runtimeClasspath,testRuntimeClasspath
35+
io.grpc:grpc-protobuf:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
io.grpc:grpc-stub:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
io.netty:netty-bom:4.1.115.Final=runtimeClasspath,testRuntimeClasspath
38+
io.perfmark:perfmark-api:0.27.0=runtimeClasspath,testRuntimeClasspath
4139
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4240
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4341
javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath,testRuntimeClasspath
@@ -48,15 +46,15 @@ javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath,testCo
4846
net.bytebuddy:byte-buddy-agent:1.14.10=testCompileClasspath,testRuntimeClasspath
4947
net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath
5048
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
51-
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52-
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath,testRuntimeClasspath
53-
org.hypertrace.bom:hypertrace-bom:0.3.23=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49+
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
51+
org.hypertrace.bom:hypertrace-bom:0.3.44=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5452
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5553
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
56-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
57-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=runtimeClasspath,testRuntimeClasspath
58-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
59-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
54+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.7=runtimeClasspath,testRuntimeClasspath
56+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
57+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6058
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
6159
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath
6260
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath

0 commit comments

Comments
 (0)