diff --git a/hypertrace-core-graphql b/hypertrace-core-graphql index e46d2db0..73a8e8a5 160000 --- a/hypertrace-core-graphql +++ b/hypertrace-core-graphql @@ -1 +1 @@ -Subproject commit e46d2db04453bd51b31d026af31af5d30d20d7d4 +Subproject commit 73a8e8a5cdd81b6992821a89fb5aae3022b1a138 diff --git a/hypertrace-graphql-service/build.gradle.kts b/hypertrace-graphql-service/build.gradle.kts index 50ad108b..74cc158b 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.42") + implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.49") implementation("org.slf4j:slf4j-api") - implementation("org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.42") + implementation("org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.49") implementation("com.graphql-java-kickstart:graphql-java-servlet") implementation(project(":hypertrace-graphql-impl"))