Skip to content

Commit 206c39a

Browse files
Update gradle locks (#341)
Co-authored-by: aaron-steinfeld <45047841+aaron-steinfeld@users.noreply.github.com>
1 parent 2105589 commit 206c39a

26 files changed

Lines changed: 140 additions & 140 deletions

File tree

alerting-config-service-api/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55
com.google.api.grpc:proto-google-common-protos:2.59.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
66
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
77
com.google.errorprone:error_prone_annotations:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -20,6 +20,6 @@ javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath,te
2020
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2121
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2222
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23-
org.hypertrace.bom:hypertrace-bom:0.3.72=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
org.hypertrace.bom:hypertrace-bom:0.3.74=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2525
empty=annotationProcessor

alerting-config-service-impl/gradle.lockfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# This file is expected to be part of source control.
44
com.auth0:java-jwt:4.4.0=runtimeClasspath,testRuntimeClasspath
55
com.auth0:jwks-rsa:0.22.0=runtimeClasspath,testRuntimeClasspath
6-
com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath,testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath,testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath,testRuntimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
com.fasterxml.jackson.core:jackson-annotations:2.21=runtimeClasspath,testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.21.1=runtimeClasspath,testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.21.1=runtimeClasspath,testRuntimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
com.github.luben:zstd-jni:1.5.6-3=runtimeClasspath,testRuntimeClasspath
1111
com.github.seancfoley:ipaddress:5.3.4=runtimeClasspath,testRuntimeClasspath
1212
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
@@ -43,12 +43,12 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
4343
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4545
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46-
org.hypertrace.bom:hypertrace-bom:0.3.72=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46+
org.hypertrace.bom:hypertrace-bom:0.3.74=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
48-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51-
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5252
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5353
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
5454
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath

config-object-store/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# This file is expected to be part of source control.
44
com.auth0:java-jwt:4.4.0=runtimeClasspath,testRuntimeClasspath
55
com.auth0:jwks-rsa:0.22.0=runtimeClasspath,testRuntimeClasspath
6-
com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath,testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath,testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath,testRuntimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
com.fasterxml.jackson.core:jackson-annotations:2.21=runtimeClasspath,testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.21.1=runtimeClasspath,testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.21.1=runtimeClasspath,testRuntimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
com.github.luben:zstd-jni:1.5.6-3=runtimeClasspath,testRuntimeClasspath
1111
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
1212
com.google.api.grpc:proto-google-common-protos:2.59.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -39,9 +39,9 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
3939
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4040
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4141
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
org.hypertrace.bom:hypertrace-bom:0.3.72=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
org.hypertrace.bom:hypertrace-bom:0.3.74=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4343
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
44-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4545
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4646
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
4747
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath

config-proto-converter/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55
com.google.api.grpc:proto-google-common-protos:2.59.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
66
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
77
com.google.code.gson:gson:2.13.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -24,6 +24,6 @@ io.netty:netty-bom:4.1.130.Final=compileClasspath,runtimeClasspath,testCompileCl
2424
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
2525
org.checkerframework:checker-qual:3.43.0=runtimeClasspath,testRuntimeClasspath
2626
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
org.hypertrace.bom:hypertrace-bom:0.3.72=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27+
org.hypertrace.bom:hypertrace-bom:0.3.74=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2828
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2929
empty=annotationProcessor

config-service-api/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# This file is expected to be part of source control.
44
com.auth0:java-jwt:4.4.0=testRuntimeClasspath
55
com.auth0:jwks-rsa:0.22.0=testRuntimeClasspath
6-
com.fasterxml.jackson.core:jackson-annotations:2.16.1=testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.16.1=testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.16.1=testRuntimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
com.fasterxml.jackson.core:jackson-annotations:2.21=testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.21.1=testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.21.1=testRuntimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
com.google.android:annotations:4.1.1.4=testRuntimeClasspath
1111
com.google.api.grpc:proto-google-common-protos:2.59.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -34,8 +34,8 @@ net.bytebuddy:byte-buddy:1.14.10=testRuntimeClasspath
3434
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3535
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3636
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37-
org.hypertrace.bom:hypertrace-bom:0.3.72=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.21=testRuntimeClasspath
37+
org.hypertrace.bom:hypertrace-bom:0.3.74=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22=testRuntimeClasspath
3939
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4040
org.mockito:mockito-core:5.8.0=testRuntimeClasspath
4141
org.objenesis:objenesis:3.3=testRuntimeClasspath

config-service-change-event-api/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55
com.github.luben:zstd-jni:1.5.6-3=runtimeClasspath,testRuntimeClasspath
66
com.google.protobuf:protobuf-java:3.25.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
77
io.grpc:grpc-bom:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88
io.netty:netty-bom:4.1.130.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99
org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11-
org.hypertrace.bom:hypertrace-bom:0.3.72=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
org.hypertrace.bom:hypertrace-bom:0.3.74=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1313
org.lz4:lz4-java:1.8.1=runtimeClasspath,testRuntimeClasspath
1414
org.slf4j:slf4j-api:2.0.7=runtimeClasspath,testRuntimeClasspath

config-service-change-event-generator/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# This file is expected to be part of source control.
44
com.auth0:java-jwt:4.4.0=runtimeClasspath,testRuntimeClasspath
55
com.auth0:jwks-rsa:0.22.0=runtimeClasspath,testRuntimeClasspath
6-
com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath,testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath,testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath,testRuntimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
com.fasterxml.jackson.core:jackson-annotations:2.21=runtimeClasspath,testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.21.1=runtimeClasspath,testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.21.1=runtimeClasspath,testRuntimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
com.github.luben:zstd-jni:1.5.6-3=runtimeClasspath,testRuntimeClasspath
1111
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
1212
com.google.api.grpc:proto-google-common-protos:2.59.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -45,9 +45,9 @@ org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
4545
org.checkerframework:checker-qual:3.43.0=runtimeClasspath,testRuntimeClasspath
4646
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
4747
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48-
org.hypertrace.bom:hypertrace-bom:0.3.72=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48+
org.hypertrace.bom:hypertrace-bom:0.3.74=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
org.hypertrace.core.eventstore:event-store:0.1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5151
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5252
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
5353
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath

config-service-factory/gradle.lockfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
aopalliance:aopalliance:1.0=runtimeClasspath,testRuntimeClasspath
55
com.auth0:java-jwt:4.4.0=runtimeClasspath,testRuntimeClasspath
66
com.auth0:jwks-rsa:0.22.0=runtimeClasspath,testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath,testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath,testRuntimeClasspath
9-
com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath,testRuntimeClasspath
10-
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-annotations:2.21=runtimeClasspath,testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-core:2.21.1=runtimeClasspath,testRuntimeClasspath
9+
com.fasterxml.jackson.core:jackson-databind:2.21.1=runtimeClasspath,testRuntimeClasspath
10+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1111
com.github.luben:zstd-jni:1.5.6-3=runtimeClasspath,testRuntimeClasspath
1212
com.github.rholder:guava-retrying:2.0.0=runtimeClasspath,testRuntimeClasspath
1313
com.github.seancfoley:ipaddress:5.3.4=runtimeClasspath,testRuntimeClasspath
@@ -98,14 +98,14 @@ org.eclipse.jetty:jetty-server:11.0.26=runtimeClasspath,testRuntimeClasspath
9898
org.eclipse.jetty:jetty-servlet:11.0.26=runtimeClasspath,testRuntimeClasspath
9999
org.eclipse.jetty:jetty-util:11.0.26=runtimeClasspath,testRuntimeClasspath
100100
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
101-
org.hypertrace.bom:hypertrace-bom:0.3.72=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
101+
org.hypertrace.bom:hypertrace-bom:0.3.74=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
102102
org.hypertrace.core.documentstore:document-store:0.8.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
103103
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
104-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.21=runtimeClasspath,testRuntimeClasspath
105-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
106-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107-
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.21=runtimeClasspath,testRuntimeClasspath
108-
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.21=runtimeClasspath,testRuntimeClasspath
104+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.22=runtimeClasspath,testRuntimeClasspath
105+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
106+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.22=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107+
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.22=runtimeClasspath,testRuntimeClasspath
108+
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.22=runtimeClasspath,testRuntimeClasspath
109109
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
110110
org.hypertrace.core.serviceframework:docstore-metrics:0.1.91=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111111
org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.91=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)