Skip to content

Commit 50b0ff9

Browse files
ci: update deps, suppressions (#156)
* ci: update deps, suppressions * fix: add back grpc netty since this isn't grpc server
1 parent ed421c1 commit 50b0ff9

File tree

20 files changed

+313
-283
lines changed

20 files changed

+313
-283
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
5-
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
6-
org.hypertrace.bom:hypertrace-bom:0.3.1=compileClasspath,runtimeClasspath
4+
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath
5+
io.grpc:grpc-bom:1.59.1=compileClasspath,runtimeClasspath
6+
org.hypertrace.bom:hypertrace-bom:0.3.2=compileClasspath,runtimeClasspath
77
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
88
empty=annotationProcessor

hypertrace-core-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-core-graphql-attribute-store/gradle.lockfile

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
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: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:jackson-bom:2.16.0=compileClasspath,runtimeClasspath
1212
com.google.android:annotations:4.1.1.4=runtimeClasspath
13-
com.google.api.grpc:proto-google-common-protos:2.17.0=compileClasspath,runtimeClasspath
13+
com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath
1414
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
1515
com.google.code.gson:gson:2.10.1=runtimeClasspath
16-
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
16+
com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath
1717
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
1818
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath
1919
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath
@@ -27,14 +27,16 @@ com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClas
2727
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
2828
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
2929
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
30-
io.grpc:grpc-api:1.57.2=compileClasspath,runtimeClasspath
31-
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
32-
io.grpc:grpc-context:1.57.2=runtimeClasspath
33-
io.grpc:grpc-core:1.57.2=compileClasspath,runtimeClasspath
34-
io.grpc:grpc-protobuf-lite:1.57.2=compileClasspath,runtimeClasspath
35-
io.grpc:grpc-protobuf:1.57.2=compileClasspath,runtimeClasspath
36-
io.grpc:grpc-stub:1.57.2=compileClasspath,runtimeClasspath
37-
io.netty:netty-bom:4.1.100.Final=runtimeClasspath
30+
io.grpc:grpc-api:1.59.1=compileClasspath,runtimeClasspath
31+
io.grpc:grpc-bom:1.59.1=compileClasspath,runtimeClasspath
32+
io.grpc:grpc-context:1.59.1=runtimeClasspath
33+
io.grpc:grpc-core:1.59.1=compileClasspath,runtimeClasspath
34+
io.grpc:grpc-inprocess:1.59.1=runtimeClasspath
35+
io.grpc:grpc-protobuf-lite:1.59.1=compileClasspath,runtimeClasspath
36+
io.grpc:grpc-protobuf:1.59.1=compileClasspath,runtimeClasspath
37+
io.grpc:grpc-stub:1.59.1=compileClasspath,runtimeClasspath
38+
io.grpc:grpc-util:1.59.1=runtimeClasspath
39+
io.netty:netty-bom:4.1.101.Final=runtimeClasspath
3840
io.perfmark:perfmark-api:0.26.0=runtimeClasspath
3941
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
4042
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
@@ -45,12 +47,12 @@ javax.validation:validation-api:1.1.0.Final=compileClasspath,runtimeClasspath
4547
javax.websocket:javax.websocket-api:1.1=compileClasspath,runtimeClasspath
4648
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath
4749
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath
48-
org.hypertrace.bom:hypertrace-bom:0.3.1=compileClasspath,runtimeClasspath
50+
org.hypertrace.bom:hypertrace-bom:0.3.2=compileClasspath,runtimeClasspath
4951
org.hypertrace.core.attribute.service:attribute-service-api:0.14.35=compileClasspath,runtimeClasspath
5052
org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.35=compileClasspath,runtimeClasspath
51-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.6=compileClasspath,runtimeClasspath
52-
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.6=runtimeClasspath
53-
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.6=compileClasspath,runtimeClasspath
53+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.7=compileClasspath,runtimeClasspath
54+
org.hypertrace.core.grpcutils:grpc-client-utils:0.12.7=runtimeClasspath
55+
org.hypertrace.core.grpcutils:grpc-context-utils:0.12.7=compileClasspath,runtimeClasspath
5456
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
5557
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath
5658
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath

hypertrace-core-graphql-common-schema/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.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath
5760
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath

hypertrace-core-graphql-context/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
5-
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
6-
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
7-
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
8-
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
5+
com.fasterxml.jackson.core:jackson-annotations:2.16.0=compileClasspath,runtimeClasspath
6+
com.fasterxml.jackson.core:jackson-core:2.16.0=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath,runtimeClasspath
8+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0=compileClasspath,runtimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath
1010
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
1111
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
1212
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
@@ -21,14 +21,14 @@ com.graphql-java:graphql-java-extended-scalars:17.0=compileClasspath,runtimeClas
2121
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
2222
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
2323
io.github.graphql-java:graphql-java-annotations:9.1=compileClasspath,runtimeClasspath
24-
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
24+
io.grpc:grpc-bom:1.59.1=compileClasspath,runtimeClasspath
2525
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
2626
javax.inject:javax.inject:1=compileClasspath,runtimeClasspath
2727
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.1=compileClasspath,runtimeClasspath
31+
org.hypertrace.bom:hypertrace-bom:0.3.2=compileClasspath,runtimeClasspath
3232
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
3333
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath
3434
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath

hypertrace-core-graphql-deserialization/gradle.lockfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
aopalliance:aopalliance:1.0=compileClasspath,runtimeClasspath
5-
com.fasterxml.jackson.core:jackson-annotations:2.15.2=compileClasspath,runtimeClasspath
6-
com.fasterxml.jackson.core:jackson-core:2.15.2=compileClasspath,runtimeClasspath
7-
com.fasterxml.jackson.core:jackson-databind:2.15.2=compileClasspath,runtimeClasspath
8-
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2=compileClasspath,runtimeClasspath
9-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=compileClasspath,runtimeClasspath
10-
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,runtimeClasspath
5+
com.fasterxml.jackson.core:jackson-annotations:2.16.0=compileClasspath,runtimeClasspath
6+
com.fasterxml.jackson.core:jackson-core:2.16.0=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath,runtimeClasspath
8+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0=compileClasspath,runtimeClasspath
9+
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0=compileClasspath,runtimeClasspath
10+
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath
1111
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
1212
com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath
1313
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath
@@ -18,11 +18,11 @@ com.google.inject:guice:6.0.0=compileClasspath,runtimeClasspath
1818
com.google.j2objc:j2objc-annotations:2.8=compileClasspath
1919
com.graphql-java:graphql-java:19.6=compileClasspath,runtimeClasspath
2020
com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath
21-
io.grpc:grpc-bom:1.57.2=compileClasspath,runtimeClasspath
21+
io.grpc:grpc-bom:1.59.1=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.1=compileClasspath,runtimeClasspath
25+
org.hypertrace.bom:hypertrace-bom:0.3.2=compileClasspath,runtimeClasspath
2626
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.3.9=compileClasspath,runtimeClasspath
2727
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath
2828
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath

0 commit comments

Comments
 (0)