Skip to content

Commit 52c6681

Browse files
Update gradle locks (#311)
Co-authored-by: rahulpadhy-traceable <rahulpadhy-traceable@users.noreply.github.com>
1 parent 5fd508a commit 52c6681

File tree

26 files changed

+92
-92
lines changed

26 files changed

+92
-92
lines changed

alerting-config-service-api/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ io.netty:netty-bom:4.1.118.Final=compileClasspath,runtimeClasspath,testCompileCl
1919
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2020
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2121
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
empty=annotationProcessor

alerting-config-service-impl/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
4444
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4545
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
4646
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4848
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
49-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52-
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52+
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5454
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
5555
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath
5656
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath

config-object-store/gradle.lockfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
4040
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4141
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
4242
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
45-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
4848
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath
4949
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath

config-proto-converter/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ io.netty:netty-bom:4.1.118.Final=compileClasspath,runtimeClasspath,testCompileCl
2323
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
2424
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
2525
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2828
empty=annotationProcessor

config-service-api/gradle.lockfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ net.bytebuddy:byte-buddy:1.14.10=testRuntimeClasspath
3434
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3535
org.codehaus.mojo:animal-sniffer-annotations:1.24=testRuntimeClasspath
3636
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.15=testRuntimeClasspath
39-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.16=testRuntimeClasspath
39+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4040
org.mockito:mockito-core:5.8.0=testRuntimeClasspath
4141
org.objenesis:objenesis:3.3=testRuntimeClasspath
4242
org.slf4j:slf4j-api:2.0.7=testRuntimeClasspath

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ io.grpc:grpc-bom:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,t
88
io.netty:netty-bom:4.1.118.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.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1313
org.lz4:lz4-java:1.8.0=runtimeClasspath,testRuntimeClasspath
1414
org.slf4j:slf4j-api:2.0.7=runtimeClasspath,testRuntimeClasspath
1515
org.xerial.snappy:snappy-java:1.1.10.5=runtimeClasspath,testRuntimeClasspath

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
4444
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
4545
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
4646
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4848
org.hypertrace.core.eventstore:event-store:0.1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5151
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
5252
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath
5353
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath

config-service-factory/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ org.eclipse.jetty:jetty-server:11.0.24=runtimeClasspath,testRuntimeClasspath
9999
org.eclipse.jetty:jetty-servlet:11.0.24=runtimeClasspath,testRuntimeClasspath
100100
org.eclipse.jetty:jetty-util:11.0.24=runtimeClasspath,testRuntimeClasspath
101101
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
102-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
102+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
103103
org.hypertrace.core.documentstore:document-store:0.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
104104
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
105-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.15=runtimeClasspath,testRuntimeClasspath
106-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
108-
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.15=runtimeClasspath,testRuntimeClasspath
109-
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.15=runtimeClasspath,testRuntimeClasspath
110-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
105+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.16=runtimeClasspath,testRuntimeClasspath
106+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
108+
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.16=runtimeClasspath,testRuntimeClasspath
109+
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.16=runtimeClasspath,testRuntimeClasspath
110+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111111
org.hypertrace.core.serviceframework:docstore-metrics:0.1.89=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
112112
org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.89=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
113113
org.hypertrace.core.serviceframework:platform-metrics:0.1.89=runtimeClasspath,testRuntimeClasspath

config-service-impl/gradle.lockfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ org.eclipse.jetty:jetty-server:11.0.24=runtimeClasspath,testRuntimeClasspath
7272
org.eclipse.jetty:jetty-servlet:11.0.24=runtimeClasspath,testRuntimeClasspath
7373
org.eclipse.jetty:jetty-util:11.0.24=runtimeClasspath,testRuntimeClasspath
7474
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
75-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
75+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7676
org.hypertrace.core.documentstore:document-store:0.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7777
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
78-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.15=testCompileClasspath,testRuntimeClasspath
79-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
80-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
78+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.16=testCompileClasspath,testRuntimeClasspath
79+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
80+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8181
org.hypertrace.core.serviceframework:docstore-metrics:0.1.89=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8282
org.hypertrace.core.serviceframework:platform-metrics:0.1.89=runtimeClasspath,testRuntimeClasspath
8383
org.hypertrace.core.serviceframework:service-framework-spi:0.1.89=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-service/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ org.eclipse.jetty:jetty-servlet:11.0.24=integrationTestRuntimeClasspath,runtimeC
105105
org.eclipse.jetty:jetty-util:11.0.24=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
106106
org.hamcrest:hamcrest:2.1=integrationTestRuntimeClasspath
107107
org.hdrhistogram:HdrHistogram:2.2.2=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
108-
org.hypertrace.bom:hypertrace-bom:0.3.55=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
108+
org.hypertrace.bom:hypertrace-bom:0.3.58=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
109109
org.hypertrace.core.documentstore:document-store:0.8.6=integrationTestCompileClasspath
110110
org.hypertrace.core.documentstore:document-store:0.9.1=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
111111
org.hypertrace.core.eventstore:event-store:0.1.5=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
112-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.15=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
113-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.15=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
114-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.15=integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
115-
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.15=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
116-
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.15=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
117-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.0=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
112+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.16=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
113+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.16=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
114+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.16=integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
115+
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.16=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
116+
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.16=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
117+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.1=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
118118
org.hypertrace.core.serviceframework:docstore-metrics:0.1.89=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
119119
org.hypertrace.core.serviceframework:integrationtest-service-framework:0.1.89=integrationTestCompileClasspath,integrationTestRuntimeClasspath
120120
org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.89=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)