From 817bea8379cbf94ed4fe1ab1bbd926e376d1a25f Mon Sep 17 00:00:00 2001 From: "hypertrace-ci-app[bot]" <145367492+hypertrace-ci-app[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 17:48:29 -0500 Subject: [PATCH] Update gradle locks (#212) Co-authored-by: aaron-steinfeld --- attribute-projection-registry/gradle.lockfile | 4 ++-- attribute-service-api/gradle.lockfile | 4 ++-- attribute-service-client/gradle.lockfile | 10 +++++----- attribute-service-factory/gradle.lockfile | 5 ++--- attribute-service-impl/gradle.lockfile | 14 +++++--------- attribute-service-tenant-api/gradle.lockfile | 4 ++-- attribute-service/gradle.lockfile | 5 ++--- caching-attribute-service-client/gradle.lockfile | 10 +++++----- 8 files changed, 25 insertions(+), 31 deletions(-) diff --git a/attribute-projection-registry/gradle.lockfile b/attribute-projection-registry/gradle.lockfile index 0fd4600..f92ad59 100644 --- a/attribute-projection-registry/gradle.lockfile +++ b/attribute-projection-registry/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath com.github.f4b6a3:uuid-creator:5.3.2=runtimeClasspath com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath @@ -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.10=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.11=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.5=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service-api/gradle.lockfile b/attribute-service-api/gradle.lockfile index 5c4ac0e..9b4b871 100644 --- a/attribute-service-api/gradle.lockfile +++ b/attribute-service-api/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath com.google.errorprone:error_prone_annotations:2.20.0=compileClasspath,runtimeClasspath @@ -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.10=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.11=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.5=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service-client/gradle.lockfile b/attribute-service-client/gradle.lockfile index 3615cc8..02589c6 100644 --- a/attribute-service-client/gradle.lockfile +++ b/attribute-service-client/gradle.lockfile @@ -3,10 +3,10 @@ # This file is expected to be part of source control. com.auth0:java-jwt:4.4.0=runtimeClasspath com.auth0:jwks-rsa:0.22.0=runtimeClasspath -com.fasterxml.jackson.core:jackson-annotations:2.16.0=runtimeClasspath -com.fasterxml.jackson.core:jackson-core:2.16.0=runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.16.0=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath com.google.android:annotations:4.1.1.4=runtimeClasspath com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath @@ -62,7 +62,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.10=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.11=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.5=compileClasspath,runtimeClasspath diff --git a/attribute-service-factory/gradle.lockfile b/attribute-service-factory/gradle.lockfile index c5b9fcc..add7d54 100644 --- a/attribute-service-factory/gradle.lockfile +++ b/attribute-service-factory/gradle.lockfile @@ -6,8 +6,7 @@ com.auth0:jwks-rsa:0.22.0=runtimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath -com.fasterxml.jackson:jackson-bom:2.16.1=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath com.google.android:annotations:4.1.1.4=runtimeClasspath com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath @@ -90,7 +89,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.10=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.11=compileClasspath,runtimeClasspath org.hypertrace.core.documentstore:document-store:0.7.55=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=runtimeClasspath diff --git a/attribute-service-impl/gradle.lockfile b/attribute-service-impl/gradle.lockfile index cf817b0..53100a2 100644 --- a/attribute-service-impl/gradle.lockfile +++ b/attribute-service-impl/gradle.lockfile @@ -3,14 +3,10 @@ # This file is expected to be part of source control. com.auth0:java-jwt:4.4.0=runtimeClasspath com.auth0:jwks-rsa:0.22.0=runtimeClasspath -com.fasterxml.jackson.core:jackson-annotations:2.16.0=compileClasspath -com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath -com.fasterxml.jackson.core:jackson-core:2.16.0=compileClasspath -com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath -com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath -com.fasterxml.jackson:jackson-bom:2.16.1=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.16.1=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.1=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.1=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath com.google.android:annotations:4.1.1.4=runtimeClasspath com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath @@ -72,7 +68,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.10=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.11=compileClasspath,runtimeClasspath org.hypertrace.core.documentstore:document-store:0.7.55=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.5=compileClasspath,runtimeClasspath diff --git a/attribute-service-tenant-api/gradle.lockfile b/attribute-service-tenant-api/gradle.lockfile index 38bdf29..3c1a6b6 100644 --- a/attribute-service-tenant-api/gradle.lockfile +++ b/attribute-service-tenant-api/gradle.lockfile @@ -1,8 +1,8 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath +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.10=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.11=compileClasspath,runtimeClasspath org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.5=compileClasspath,runtimeClasspath empty=annotationProcessor diff --git a/attribute-service/gradle.lockfile b/attribute-service/gradle.lockfile index b276d0a..b3c6ce9 100644 --- a/attribute-service/gradle.lockfile +++ b/attribute-service/gradle.lockfile @@ -6,8 +6,7 @@ com.auth0:jwks-rsa:0.22.0=runtimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath -com.fasterxml.jackson:jackson-bom:2.16.1=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath com.google.android:annotations:4.1.1.4=runtimeClasspath com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath @@ -91,7 +90,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.10=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.11=compileClasspath,runtimeClasspath org.hypertrace.core.documentstore:document-store:0.7.55=runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=runtimeClasspath diff --git a/caching-attribute-service-client/gradle.lockfile b/caching-attribute-service-client/gradle.lockfile index a7bf3c1..077a852 100644 --- a/caching-attribute-service-client/gradle.lockfile +++ b/caching-attribute-service-client/gradle.lockfile @@ -3,10 +3,10 @@ # This file is expected to be part of source control. com.auth0:java-jwt:4.4.0=runtimeClasspath com.auth0:jwks-rsa:0.22.0=runtimeClasspath -com.fasterxml.jackson.core:jackson-annotations:2.16.0=runtimeClasspath -com.fasterxml.jackson.core:jackson-core:2.16.0=runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.16.0=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.16.1=runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.1=runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.1=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath com.google.android:annotations:4.1.1.4=runtimeClasspath com.google.api.grpc:proto-google-common-protos:2.22.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath @@ -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.10=compileClasspath,runtimeClasspath +org.hypertrace.bom:hypertrace-bom:0.3.11=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=compileClasspath,runtimeClasspath org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath