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"))