Skip to content

Commit bd05dec

Browse files
Update gradle locks
1 parent 27df06f commit bd05dec

File tree

26 files changed

+44
-44
lines changed

26 files changed

+44
-44
lines changed

alerting-config-service-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
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.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2323
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
empty=annotationProcessor

alerting-config-service-impl/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
4343
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
4545
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46-
org.hypertrace.bom:hypertrace-bom:0.3.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
4848
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-object-store/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
4545
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4646
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-proto-converter/gradle.lockfile

Lines changed: 1 addition & 1 deletion
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.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2727
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2828
empty=annotationProcessor

config-service-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ net.bytebuddy:byte-buddy:1.14.10=testRuntimeClasspath
3333
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3434
org.codehaus.mojo:animal-sniffer-annotations:1.24=testRuntimeClasspath
3535
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36-
org.hypertrace.bom:hypertrace-bom:0.3.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3737
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.10=testRuntimeClasspath
3838
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3939
org.mockito:mockito-core:5.8.0=testRuntimeClasspath

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1313
org.lz4:lz4-java:1.8.0=runtimeClasspath,testRuntimeClasspath
1414
org.slf4j:slf4j-api:2.0.7=runtimeClasspath,testRuntimeClasspath

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
4343
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
4444
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
4545
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46-
org.hypertrace.bom:hypertrace-bom:0.3.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
org.hypertrace.core.eventstore:event-store:0.1.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4848
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-service-factory/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ org.eclipse.jetty:jetty-server:11.0.24=runtimeClasspath,testRuntimeClasspath
9898
org.eclipse.jetty:jetty-servlet:11.0.24=runtimeClasspath,testRuntimeClasspath
9999
org.eclipse.jetty:jetty-util:11.0.24=runtimeClasspath,testRuntimeClasspath
100100
org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath,testRuntimeClasspath
101-
org.hypertrace.bom:hypertrace-bom:0.3.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
101+
org.hypertrace.bom:hypertrace-bom:0.3.47=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.4=runtimeClasspath,testRuntimeClasspath
104104
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.10=runtimeClasspath,testRuntimeClasspath
@@ -107,11 +107,11 @@ org.hypertrace.core.grpcutils:grpc-context-utils:0.13.10=compileClasspath,runtim
107107
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.10=runtimeClasspath,testRuntimeClasspath
108108
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.10=runtimeClasspath,testRuntimeClasspath
109109
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
110-
org.hypertrace.core.serviceframework:docstore-metrics:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111-
org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
112-
org.hypertrace.core.serviceframework:platform-metrics:0.1.85=runtimeClasspath,testRuntimeClasspath
113-
org.hypertrace.core.serviceframework:platform-service-framework:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
114-
org.hypertrace.core.serviceframework:service-framework-spi:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
110+
org.hypertrace.core.serviceframework:docstore-metrics:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111+
org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
112+
org.hypertrace.core.serviceframework:platform-metrics:0.1.86=runtimeClasspath,testRuntimeClasspath
113+
org.hypertrace.core.serviceframework:platform-service-framework:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
114+
org.hypertrace.core.serviceframework:service-framework-spi:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
115115
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
116116
org.lz4:lz4-java:1.8.0=runtimeClasspath,testRuntimeClasspath
117117
org.mongodb:bson-record-codec:5.2.0=runtimeClasspath,testRuntimeClasspath

config-service-impl/gradle.lockfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ org.eclipse.jetty:jetty-server:11.0.24=runtimeClasspath,testRuntimeClasspath
7373
org.eclipse.jetty:jetty-servlet:11.0.24=runtimeClasspath,testRuntimeClasspath
7474
org.eclipse.jetty:jetty-util:11.0.24=runtimeClasspath,testRuntimeClasspath
7575
org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath,testRuntimeClasspath
76-
org.hypertrace.bom:hypertrace-bom:0.3.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
76+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7777
org.hypertrace.core.documentstore:document-store:0.8.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7878
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
7979
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.10=testCompileClasspath,testRuntimeClasspath
8080
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8181
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
82-
org.hypertrace.core.serviceframework:docstore-metrics:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
83-
org.hypertrace.core.serviceframework:platform-metrics:0.1.85=runtimeClasspath,testRuntimeClasspath
84-
org.hypertrace.core.serviceframework:service-framework-spi:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
82+
org.hypertrace.core.serviceframework:docstore-metrics:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
83+
org.hypertrace.core.serviceframework:platform-metrics:0.1.86=runtimeClasspath,testRuntimeClasspath
84+
org.hypertrace.core.serviceframework:service-framework-spi:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8585
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath,testRuntimeClasspath
8686
org.junit.jupiter:junit-jupiter-engine:5.10.0=testRuntimeClasspath
8787
org.junit.jupiter:junit-jupiter-params:5.10.0=testCompileClasspath,testRuntimeClasspath

config-service/gradle.lockfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ org.eclipse.jetty:jetty-server:11.0.24=runtimeClasspath,testRuntimeClasspath
101101
org.eclipse.jetty:jetty-servlet:11.0.24=runtimeClasspath,testRuntimeClasspath
102102
org.eclipse.jetty:jetty-util:11.0.24=runtimeClasspath,testRuntimeClasspath
103103
org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath,testRuntimeClasspath
104-
org.hypertrace.bom:hypertrace-bom:0.3.46=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
104+
org.hypertrace.bom:hypertrace-bom:0.3.47=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
105105
org.hypertrace.core.documentstore:document-store:0.8.6=runtimeClasspath,testRuntimeClasspath
106106
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
107107
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.10=runtimeClasspath,testRuntimeClasspath
@@ -110,11 +110,11 @@ org.hypertrace.core.grpcutils:grpc-context-utils:0.13.10=runtimeClasspath,testRu
110110
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.10=runtimeClasspath,testRuntimeClasspath
111111
org.hypertrace.core.grpcutils:grpc-server-utils:0.13.10=runtimeClasspath,testRuntimeClasspath
112112
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
113-
org.hypertrace.core.serviceframework:docstore-metrics:0.1.85=runtimeClasspath,testRuntimeClasspath
114-
org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
115-
org.hypertrace.core.serviceframework:platform-metrics:0.1.85=runtimeClasspath,testRuntimeClasspath
116-
org.hypertrace.core.serviceframework:platform-service-framework:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
117-
org.hypertrace.core.serviceframework:service-framework-spi:0.1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
113+
org.hypertrace.core.serviceframework:docstore-metrics:0.1.86=runtimeClasspath,testRuntimeClasspath
114+
org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
115+
org.hypertrace.core.serviceframework:platform-metrics:0.1.86=runtimeClasspath,testRuntimeClasspath
116+
org.hypertrace.core.serviceframework:platform-service-framework:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
117+
org.hypertrace.core.serviceframework:service-framework-spi:0.1.86=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
118118
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,testRuntimeClasspath
119119
org.lz4:lz4-java:1.8.0=runtimeClasspath,testRuntimeClasspath
120120
org.mongodb:bson-record-codec:5.2.0=runtimeClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)