From 8e94c4602201d912ebd40bd4deca2d63dc6db360 Mon Sep 17 00:00:00 2001 From: Ronak Date: Thu, 4 Aug 2022 22:17:23 +0530 Subject: [PATCH 1/2] chore: upgradting doc-store libs --- attribute-service-factory/build.gradle.kts | 2 +- attribute-service-impl/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attribute-service-factory/build.gradle.kts b/attribute-service-factory/build.gradle.kts index 3e98aaf9..b5d89f66 100644 --- a/attribute-service-factory/build.gradle.kts +++ b/attribute-service-factory/build.gradle.kts @@ -6,7 +6,7 @@ dependencies { api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.37") // Only required because AttributeService constructor test overload uses a doc store API - compileOnly("org.hypertrace.core.documentstore:document-store:0.6.15") + compileOnly("org.hypertrace.core.documentstore:document-store:0.7.1") implementation(project(":attribute-service-impl")) } diff --git a/attribute-service-impl/build.gradle.kts b/attribute-service-impl/build.gradle.kts index 713b929a..dbb2918a 100644 --- a/attribute-service-impl/build.gradle.kts +++ b/attribute-service-impl/build.gradle.kts @@ -8,7 +8,7 @@ dependencies { api(project(":attribute-service-api")) implementation(project(":attribute-service-tenant-api")) - implementation("org.hypertrace.core.documentstore:document-store:0.6.15") + implementation("org.hypertrace.core.documentstore:document-store:0.7.1") implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.7.2") implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2.2") From 23ea924712043d26ae898b2a415f7ff4d5849828 Mon Sep 17 00:00:00 2001 From: Ronak Date: Thu, 4 Aug 2022 22:34:48 +0530 Subject: [PATCH 2/2] updates postgresql version --- attribute-service-factory/build.gradle.kts | 2 +- attribute-service-impl/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attribute-service-factory/build.gradle.kts b/attribute-service-factory/build.gradle.kts index b5d89f66..e9e0b2e5 100644 --- a/attribute-service-factory/build.gradle.kts +++ b/attribute-service-factory/build.gradle.kts @@ -6,7 +6,7 @@ dependencies { api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.37") // Only required because AttributeService constructor test overload uses a doc store API - compileOnly("org.hypertrace.core.documentstore:document-store:0.7.1") + compileOnly("org.hypertrace.core.documentstore:document-store:0.7.2") implementation(project(":attribute-service-impl")) } diff --git a/attribute-service-impl/build.gradle.kts b/attribute-service-impl/build.gradle.kts index dbb2918a..5a90cd07 100644 --- a/attribute-service-impl/build.gradle.kts +++ b/attribute-service-impl/build.gradle.kts @@ -8,7 +8,7 @@ dependencies { api(project(":attribute-service-api")) implementation(project(":attribute-service-tenant-api")) - implementation("org.hypertrace.core.documentstore:document-store:0.7.1") + implementation("org.hypertrace.core.documentstore:document-store:0.7.2") implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.7.2") implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2.2")