Skip to content

Commit ca13e7b

Browse files
Update gradle locks (#333)
Co-authored-by: DibyojyotiS <49481952+DibyojyotiS@users.noreply.github.com>
1 parent cfca959 commit ca13e7b

26 files changed

Lines changed: 79 additions & 79 deletions

File tree

alerting-config-service-api/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ io.netty:netty-bom:4.1.130.Final=compileClasspath,runtimeClasspath,testCompileCl
1919
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
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
22-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
org.hypertrace.bom:hypertrace-bom:0.3.70=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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testC
4242
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
45-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46+
org.hypertrace.bom:hypertrace-bom:0.3.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4747
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
4848
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.19=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.19=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-object-store/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testC
3838
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
41-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
org.hypertrace.bom:hypertrace-bom:0.3.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4343
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
4444
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.19=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4545
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-proto-converter/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ io.grpc:grpc-protobuf:1.75.0=compileClasspath,runtimeClasspath,testCompileClassp
2323
io.netty:netty-bom:4.1.130.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
2525
org.checkerframework:checker-qual:3.43.0=runtimeClasspath,testRuntimeClasspath
26-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27+
org.hypertrace.bom:hypertrace-bom:0.3.70=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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ net.bytebuddy:byte-buddy-agent:1.14.10=testRuntimeClasspath
3333
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
36-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
org.hypertrace.bom:hypertrace-bom:0.3.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3838
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.19=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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ com.google.protobuf:protobuf-java:3.25.8=compileClasspath,runtimeClasspath,testC
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
10-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
org.hypertrace.bom:hypertrace-bom:0.3.70=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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
4444
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
47-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48+
org.hypertrace.bom:hypertrace-bom:0.3.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
org.hypertrace.core.eventstore:event-store:0.1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5050
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.19=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5151
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

config-service-factory/gradle.lockfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testC
9090
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9191
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9292
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2=runtimeClasspath,testRuntimeClasspath
93-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
94-
org.eclipse.jetty:jetty-http:11.0.24=runtimeClasspath,testRuntimeClasspath
95-
org.eclipse.jetty:jetty-io:11.0.24=runtimeClasspath,testRuntimeClasspath
96-
org.eclipse.jetty:jetty-security:11.0.24=runtimeClasspath,testRuntimeClasspath
97-
org.eclipse.jetty:jetty-server:11.0.24=runtimeClasspath,testRuntimeClasspath
98-
org.eclipse.jetty:jetty-servlet:11.0.24=runtimeClasspath,testRuntimeClasspath
99-
org.eclipse.jetty:jetty-util:11.0.24=runtimeClasspath,testRuntimeClasspath
93+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
94+
org.eclipse.jetty:jetty-http:11.0.26=runtimeClasspath,testRuntimeClasspath
95+
org.eclipse.jetty:jetty-io:11.0.26=runtimeClasspath,testRuntimeClasspath
96+
org.eclipse.jetty:jetty-security:11.0.26=runtimeClasspath,testRuntimeClasspath
97+
org.eclipse.jetty:jetty-server:11.0.26=runtimeClasspath,testRuntimeClasspath
98+
org.eclipse.jetty:jetty-servlet:11.0.26=runtimeClasspath,testRuntimeClasspath
99+
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.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
101+
org.hypertrace.bom:hypertrace-bom:0.3.70=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
104104
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.19=runtimeClasspath,testRuntimeClasspath
@@ -120,7 +120,7 @@ org.mongodb:mongodb-driver-core:5.2.0=runtimeClasspath,testRuntimeClasspath
120120
org.mongodb:mongodb-driver-sync:5.2.0=runtimeClasspath,testRuntimeClasspath
121121
org.postgresql:postgresql:42.5.5=runtimeClasspath,testRuntimeClasspath
122122
org.reactivestreams:reactive-streams:1.0.4=runtimeClasspath,testRuntimeClasspath
123+
org.slf4j:slf4j-api:2.0.13=runtimeClasspath,testRuntimeClasspath
123124
org.slf4j:slf4j-api:2.0.7=compileClasspath,testCompileClasspath
124-
org.slf4j:slf4j-api:2.0.9=runtimeClasspath,testRuntimeClasspath
125125
org.xerial.snappy:snappy-java:1.1.10.5=runtimeClasspath,testRuntimeClasspath
126126
empty=annotationProcessor

config-service-impl/gradle.lockfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
6363
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6464
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6565
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2=runtimeClasspath,testRuntimeClasspath
66-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
67-
org.eclipse.jetty:jetty-http:11.0.24=runtimeClasspath,testRuntimeClasspath
68-
org.eclipse.jetty:jetty-io:11.0.24=runtimeClasspath,testRuntimeClasspath
69-
org.eclipse.jetty:jetty-security:11.0.24=runtimeClasspath,testRuntimeClasspath
70-
org.eclipse.jetty:jetty-server:11.0.24=runtimeClasspath,testRuntimeClasspath
71-
org.eclipse.jetty:jetty-servlet:11.0.24=runtimeClasspath,testRuntimeClasspath
72-
org.eclipse.jetty:jetty-util:11.0.24=runtimeClasspath,testRuntimeClasspath
66+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
67+
org.eclipse.jetty:jetty-http:11.0.26=runtimeClasspath,testRuntimeClasspath
68+
org.eclipse.jetty:jetty-io:11.0.26=runtimeClasspath,testRuntimeClasspath
69+
org.eclipse.jetty:jetty-security:11.0.26=runtimeClasspath,testRuntimeClasspath
70+
org.eclipse.jetty:jetty-server:11.0.26=runtimeClasspath,testRuntimeClasspath
71+
org.eclipse.jetty:jetty-servlet:11.0.26=runtimeClasspath,testRuntimeClasspath
72+
org.eclipse.jetty:jetty-util:11.0.26=runtimeClasspath,testRuntimeClasspath
7373
org.hdrhistogram:HdrHistogram:2.2.2=runtimeClasspath,testRuntimeClasspath
74-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
74+
org.hypertrace.bom:hypertrace-bom:0.3.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7575
org.hypertrace.core.documentstore:document-store:0.8.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7676
org.hypertrace.core.eventstore:event-store:0.1.5=runtimeClasspath,testRuntimeClasspath
7777
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.19=testCompileClasspath,testRuntimeClasspath
@@ -104,7 +104,7 @@ org.objenesis:objenesis:3.3=testRuntimeClasspath
104104
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
105105
org.postgresql:postgresql:42.5.5=runtimeClasspath,testRuntimeClasspath
106106
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
107+
org.slf4j:slf4j-api:2.0.13=runtimeClasspath,testRuntimeClasspath
107108
org.slf4j:slf4j-api:2.0.7=compileClasspath,testCompileClasspath
108-
org.slf4j:slf4j-api:2.0.9=runtimeClasspath,testRuntimeClasspath
109109
org.xerial.snappy:snappy-java:1.1.10.5=runtimeClasspath,testRuntimeClasspath
110110
empty=

config-service/gradle.lockfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@ org.awaitility:awaitility:4.0.3=integrationTestRuntimeClasspath
9595
org.checkerframework:checker-qual:3.43.0=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9696
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9797
org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api:5.0.2=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
98-
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99-
org.eclipse.jetty:jetty-http:11.0.24=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
100-
org.eclipse.jetty:jetty-io:11.0.24=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
101-
org.eclipse.jetty:jetty-security:11.0.24=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
102-
org.eclipse.jetty:jetty-server:11.0.24=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
103-
org.eclipse.jetty:jetty-servlet:11.0.24=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
104-
org.eclipse.jetty:jetty-util:11.0.24=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
98+
org.eclipse.jetty:jetty-bom:11.0.26=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99+
org.eclipse.jetty:jetty-http:11.0.26=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
100+
org.eclipse.jetty:jetty-io:11.0.26=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
101+
org.eclipse.jetty:jetty-security:11.0.26=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
102+
org.eclipse.jetty:jetty-server:11.0.26=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
103+
org.eclipse.jetty:jetty-servlet:11.0.26=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
104+
org.eclipse.jetty:jetty-util:11.0.26=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
105105
org.hamcrest:hamcrest:2.1=integrationTestRuntimeClasspath
106106
org.hdrhistogram:HdrHistogram:2.2.2=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
107-
org.hypertrace.bom:hypertrace-bom:0.3.69=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107+
org.hypertrace.bom:hypertrace-bom:0.3.70=compileClasspath,integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
108108
org.hypertrace.core.documentstore:document-store:0.8.6=integrationTestCompileClasspath,integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
109109
org.hypertrace.core.eventstore:event-store:0.1.5=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
110110
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.19=integrationTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)