From fbe494ee1b399dafa1d091e370d6c041cf1e3ba1 Mon Sep 17 00:00:00 2001 From: aaron-steinfeld Date: Sat, 31 Aug 2024 22:32:08 +0000 Subject: [PATCH] Update gradle locks --- attribute-projection-registry/gradle.lockfile | 2 +- attribute-service-api/gradle.lockfile | 2 +- attribute-service-client/gradle.lockfile | 2 +- attribute-service-factory/gradle.lockfile | 4 ++-- attribute-service-impl/gradle.lockfile | 4 ++-- attribute-service-tenant-api/gradle.lockfile | 2 +- attribute-service/gradle.lockfile | 4 ++-- caching-attribute-service-client/gradle.lockfile | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/attribute-projection-registry/gradle.lockfile b/attribute-projection-registry/gradle.lockfile index d9645e1..d5c0a63 100644 --- a/attribute-projection-registry/gradle.lockfile +++ b/attribute-projection-registry/gradle.lockfile @@ -19,6 +19,6 @@ io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.26=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service-api/gradle.lockfile b/attribute-service-api/gradle.lockfile index 0291289..848aefe 100644 --- a/attribute-service-api/gradle.lockfile +++ b/attribute-service-api/gradle.lockfile @@ -18,6 +18,6 @@ io.grpc:grpc-protobuf:1.60.0=compileClasspath,runtimeClasspath io.grpc:grpc-stub:1.60.0=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.26=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service-client/gradle.lockfile b/attribute-service-client/gradle.lockfile index 00f54ed..9e92a82 100644 --- a/attribute-service-client/gradle.lockfile +++ b/attribute-service-client/gradle.lockfile @@ -59,7 +59,7 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.26=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath diff --git a/attribute-service-factory/gradle.lockfile b/attribute-service-factory/gradle.lockfile index 7c08b45..2080e33 100644 --- a/attribute-service-factory/gradle.lockfile +++ b/attribute-service-factory/gradle.lockfile @@ -86,8 +86,8 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.26=compileClasspath,runtimeClasspath -org.hypertrace.core.documentstore:document-store:0.7.65=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.core.documentstore:document-store:0.7.68=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=runtimeClasspath org.hypertrace.core.grpcutils:grpc-server-utils:0.13.4=runtimeClasspath diff --git a/attribute-service-impl/gradle.lockfile b/attribute-service-impl/gradle.lockfile index 3c03e55..e85dbf6 100644 --- a/attribute-service-impl/gradle.lockfile +++ b/attribute-service-impl/gradle.lockfile @@ -65,8 +65,8 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.26=compileClasspath,runtimeClasspath -org.hypertrace.core.documentstore:document-store:0.7.65=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.core.documentstore:document-store:0.7.68=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath org.hypertrace.core.serviceframework:docstore-metrics:0.1.76=compileClasspath,runtimeClasspath diff --git a/attribute-service-tenant-api/gradle.lockfile b/attribute-service-tenant-api/gradle.lockfile index ccfe0da..eabef4e 100644 --- a/attribute-service-tenant-api/gradle.lockfile +++ b/attribute-service-tenant-api/gradle.lockfile @@ -3,6 +3,6 @@ # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath io.grpc:grpc-bom:1.60.0=compileClasspath,runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.26=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service/gradle.lockfile b/attribute-service/gradle.lockfile index 217285f..26f85a0 100644 --- a/attribute-service/gradle.lockfile +++ b/attribute-service/gradle.lockfile @@ -89,8 +89,8 @@ org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=runtimeClasspath org.eclipse.jetty:jetty-util:9.4.53.v20231009=runtimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.26=compileClasspath,runtimeClasspath -org.hypertrace.core.documentstore:document-store:0.7.65=runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath +org.hypertrace.core.documentstore:document-store:0.7.68=runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=runtimeClasspath org.hypertrace.core.grpcutils:grpc-server-utils:0.13.4=runtimeClasspath diff --git a/caching-attribute-service-client/gradle.lockfile b/caching-attribute-service-client/gradle.lockfile index 6bedfe2..1cfbede 100644 --- a/caching-attribute-service-client/gradle.lockfile +++ b/caching-attribute-service-client/gradle.lockfile @@ -33,7 +33,7 @@ io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath javax.annotation:javax.annotation-api:1.3.2=runtimeClasspath org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.23=runtimeClasspath -org.hypertrace.bom:hypertrace-bom:0.3.26=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.27=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.4=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.13.4=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.4=compileClasspath,runtimeClasspath