Skip to content

Commit 385ac99

Browse files
Update gradle locks (#254)
Co-authored-by: sanket-mundra <sanket-mundra@users.noreply.github.com>
1 parent 3088579 commit 385ac99

27 files changed

Lines changed: 550 additions & 566 deletions

File tree

alerting-config-service-api/gradle.lockfile

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5-
com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5+
com.google.api.grpc:proto-google-common-protos:2.41.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
66
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8-
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9-
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10-
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9+
com.google.guava:guava:33.2.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1110
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12-
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
11+
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
1312
com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14-
io.grpc:grpc-api:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15-
io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16-
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17-
io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
io.grpc:grpc-api:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14+
io.grpc:grpc-bom:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15+
io.grpc:grpc-protobuf-lite:1.68.1=runtimeClasspath,testRuntimeClasspath
16+
io.grpc:grpc-protobuf:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
io.grpc:grpc-stub:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1918
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20-
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
org.hypertrace.bom:hypertrace-bom:0.3.35=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2322
empty=annotationProcessor

alerting-config-service-impl/gradle.lockfile

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,46 +10,45 @@ com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testC
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
13-
com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
com.google.api.grpc:proto-google-common-protos:2.41.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1414
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15-
com.google.code.gson:gson:2.10.1=runtimeClasspath,testRuntimeClasspath
16-
com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17-
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19-
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15+
com.google.code.gson:gson:2.11.0=runtimeClasspath,testRuntimeClasspath
16+
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
com.google.guava:guava:33.2.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2019
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
com.google.j2objc:j2objc-annotations:2.8=runtimeClasspath,testRuntimeClasspath
21+
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
2222
com.google.protobuf:protobuf-java-util:3.25.5=runtimeClasspath,testRuntimeClasspath
2323
com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
com.google.re2j:re2j:1.7=runtimeClasspath,testRuntimeClasspath
2525
com.typesafe:config:1.4.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2626
commons-io:commons-io:2.14.0=runtimeClasspath,testRuntimeClasspath
27-
io.grpc:grpc-api:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28-
io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29-
io.grpc:grpc-context:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30-
io.grpc:grpc-core:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
io.grpc:grpc-inprocess:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32-
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35-
io.grpc:grpc-util:1.60.0=runtimeClasspath,testRuntimeClasspath
36-
io.netty:netty-bom:4.1.108.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37-
io.perfmark:perfmark-api:0.26.0=runtimeClasspath,testRuntimeClasspath
27+
io.grpc:grpc-api:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28+
io.grpc:grpc-bom:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29+
io.grpc:grpc-context:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
io.grpc:grpc-core:1.68.1=runtimeClasspath,testRuntimeClasspath
31+
io.grpc:grpc-inprocess:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32+
io.grpc:grpc-protobuf-lite:1.68.1=runtimeClasspath,testRuntimeClasspath
33+
io.grpc:grpc-protobuf:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
io.grpc:grpc-stub:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
io.netty:netty-bom:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
io.perfmark:perfmark-api:0.27.0=runtimeClasspath,testRuntimeClasspath
3837
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3938
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4039
net.bytebuddy:byte-buddy-agent:1.14.10=testCompileClasspath,testRuntimeClasspath
4140
net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath
4241
org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4342
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
44-
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45-
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath,testRuntimeClasspath
46-
org.hypertrace.bom:hypertrace-bom:0.3.35=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43+
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44+
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
45+
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4746
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
48-
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49-
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51-
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47+
org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48+
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
org.hypertrace.core.grpcutils:grpc-server-rx-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5352
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
5453
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath
5554
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath

config-object-store/gradle.lockfile

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,39 @@ com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath,testRuntimeC
99
com.fasterxml.jackson:jackson-bom:2.16.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
12-
com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
com.google.api.grpc:proto-google-common-protos:2.41.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1313
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14-
com.google.code.gson:gson:2.10.1=runtimeClasspath,testRuntimeClasspath
14+
com.google.code.gson:gson:2.11.0=runtimeClasspath,testRuntimeClasspath
1515
com.google.code.gson:gson:2.8.9=testCompileClasspath
16-
com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17-
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19-
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16+
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
com.google.guava:guava:33.2.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2019
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
com.google.j2objc:j2objc-annotations:2.8=runtimeClasspath,testRuntimeClasspath
21+
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
2222
com.google.protobuf:protobuf-java-util:3.25.5=runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2323
com.google.protobuf:protobuf-java:3.25.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
com.typesafe:config:1.4.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2525
commons-io:commons-io:2.14.0=runtimeClasspath,testRuntimeClasspath
26-
io.grpc:grpc-api:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28-
io.grpc:grpc-context:1.60.0=runtimeClasspath,testRuntimeClasspath
29-
io.grpc:grpc-core:1.60.0=runtimeClasspath,testRuntimeClasspath
30-
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32-
io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
io.grpc:grpc-util:1.60.0=runtimeClasspath,testRuntimeClasspath
34-
io.perfmark:perfmark-api:0.26.0=runtimeClasspath,testRuntimeClasspath
26+
io.grpc:grpc-api:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27+
io.grpc:grpc-bom:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28+
io.grpc:grpc-context:1.68.1=runtimeClasspath,testRuntimeClasspath
29+
io.grpc:grpc-core:1.68.1=runtimeClasspath,testRuntimeClasspath
30+
io.grpc:grpc-protobuf-lite:1.68.1=runtimeClasspath,testRuntimeClasspath
31+
io.grpc:grpc-protobuf:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32+
io.grpc:grpc-stub:1.68.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
io.perfmark:perfmark-api:0.27.0=runtimeClasspath,testRuntimeClasspath
3534
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3635
net.bytebuddy:byte-buddy-agent:1.14.10=testCompileClasspath,testRuntimeClasspath
3736
net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath
3837
org.apache.kafka:kafka-clients:7.7.0-ccs=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3938
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
40-
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41-
org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath,testRuntimeClasspath
42-
org.hypertrace.bom:hypertrace-bom:0.3.35=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39+
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
40+
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
41+
org.hypertrace.bom:hypertrace-bom:0.3.38=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4342
org.hypertrace.core.eventstore:event-store:0.1.4=runtimeClasspath,testRuntimeClasspath
44-
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45-
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43+
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44+
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4645
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
4746
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath
4847
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath

0 commit comments

Comments
 (0)