From 271121fc14d07289b92988c1fd0d97ea4881c4fb Mon Sep 17 00:00:00 2001 From: Prerana Singhal Date: Wed, 8 Mar 2023 12:04:46 +0530 Subject: [PATCH] chore: update service-framework version --- hypertrace-core-graphql | 2 +- hypertrace-graphql-service/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypertrace-core-graphql b/hypertrace-core-graphql index 99e6cf0b..18218f80 160000 --- a/hypertrace-core-graphql +++ b/hypertrace-core-graphql @@ -1 +1 @@ -Subproject commit 99e6cf0b8355c4572adae7316f6f8bb74f09bda1 +Subproject commit 18218f80d9043112ae765d7a7dd74d38c78af579 diff --git a/hypertrace-graphql-service/build.gradle.kts b/hypertrace-graphql-service/build.gradle.kts index 74cc158b..a9ad733f 100644 --- a/hypertrace-graphql-service/build.gradle.kts +++ b/hypertrace-graphql-service/build.gradle.kts @@ -7,10 +7,10 @@ plugins { dependencies { implementation("com.typesafe:config") - implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.49") + implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.50") implementation("org.slf4j:slf4j-api") - implementation("org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.49") + implementation("org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.50") implementation("com.graphql-java-kickstart:graphql-java-servlet") implementation(project(":hypertrace-graphql-impl"))